dbinterpy

simple interface to SQLite databases


License
GPL-3.0
Install
pip install dbinterpy==0.0.1

Documentation

dbinterpy

Basic sqlite3 wrapper class for simple database interaction in python. Created to teach myself about dynamic databases, SQL and publishing python packages.

Tested with python 3.6-3.10

Tests