quick-sqlite

This library can you help you use sqlite3 much easier and faster.


Keywords
sqlite, sqlite3, quick, quick_sqlite, sqlite3_helper, fast_sqlite
License
MIT
Install
pip install quick-sqlite==1.5

Documentation

quick_sqlite

QuickSqlite helps you work with sqlite3 databases in a much easier way. It is simple and easy to use. You will not have to repeatedly write sql statements. This will also improve your productivity by recognizing what's happening because of informative function names.

Installation

pip install quick_sqlite

Read more in the documentation here