sqdb

A lightweight wrapper around sqlite3.


License
MIT-feh
Install
pip install sqdb==0.1

Documentation

sqdb

sqdb is a simple wrapper around sqlite3 that inspired by Torndb(https://github.com/bdarnell/torndb)

Limitations

sqdb does not support Python 3 yet, or any database drivers other than sqlite3

Installation

pip install sqdb