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
Just finished this very simple and cool python object oriented orm layer.
https://github.com/lxknvlk/python_orm_sqlite