A lightweight ORM for SQLite
================== Active-SQLAlchemy ================== A framework agnostic wrapper for SQLAlchemy that makes it really easy to use by implementing a simple active record like api, while it still uses the db.session underneath :copyright: © 2014/2015 by `Mardix`. :license: MIT, see LICENSE for more details.
Do SQLite CRUD operation via JSON object
SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats. Simple ORM functionality for SQLite.
A python library to manage sqlite and postgresl connectivity
A framework agnostic wrapper for SQLAlchemy with a simple active record like api