yhat / db.py

db.py is an easier way to interact with your databases
BSD 2-Clause "Simplified" License
1.22k stars 111 forks source link

Documentation enhancement #98

Open thorstenkampe opened 6 years ago

thorstenkampe commented 6 years ago

Reading the documentation, it is not clear what the specific purpose of db.py is. Is db.py an ORM? If not, why and in which use cases would I use db.py instead of an ORM like SQLAlchemy?