|
Peewee's main goal is to keep size as down as possible, while supporting as many features as possible.
Here are some key features of "peewee":
· A very small ORM
· Written in Python
· Provides a lightweight querying interface over SQL
· Uses SQL concepts when querying
· Queries come in 4 flavors (select/update/insert/delete)
· Model definitions and schema creation
· Q objects
· The foreign keys work like the ones in Django's
DB support for:
· SQLite
· MySQL
Via: peewee 2.0.3
0 Comment:
Post a Comment