Is there a lightweight database wrapper in Python that I can use for SQLite. I would like something like Django\'s ORM, but that I can just point to a database file and it\'ll m
Some options:
Peewee
Storm
SQLObject
What are some good Python ORM solutions?