Peewee

WebSite: Peewee
GitHub: peewee
Install: Installing and Testing

From website:

Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use.

Installing:

pip install peewee


A bing or google search will find quite a few good tutorials:


Summary: This ORM looks easy to learn and use! I hope to use it for some projects in the near future.