Skip to content
/ Loaf Public

🍞 Effortless SQL server and procedures—plus other utilities—for people who really hate cursors!

Notifications You must be signed in to change notification settings

PoshoDev/Loaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 28, 2022
cb863f0 Â· Apr 28, 2022

History

24 Commits
Apr 28, 2022
Oct 19, 2021
Apr 28, 2022
Oct 19, 2021
Apr 28, 2022

Repository files navigation

🍞 Loaf

So bland yet so good!™

Effortlessly access your SQL servers and procedures, plus some other utilities.

Install

$ pip install loaf

Sample Demo

import loaf

# Setup your credentials with a single line.
loaf.bake(port=6969, db="pizzeria")

# Make a query easily.
result = loaf.query("SELECT * from toppings")
print(result)

# Not lazy enough? Try some of the pre-built queires.
result = loaf.all("toppings")
print(result)

# Got stored procedures? No problemo!
result = loaf.call("ProcedureFindClient", 1)
print(result)

About

🍞 Effortless SQL server and procedures—plus other utilities—for people who really hate cursors!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages