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
SQLAlchemy may be what you are looking for.
http://www.sqlalchemy.org/