dbhelpy

dbhelpy is an easy to use Python library that allows you to interact with your sqlite database using dbhelpy methods


License
MIT
Install
pip install dbhelpy==0.6.0

Documentation

DBHELPY

dbhelpy is an easy to use Python library that allows you to interact with your sqlite database using dbhelpy methods

For more information check out the documentation here.

Install

pip install dbhelpy

How to Start

from dbhelpy.dbhelpy import Helpy

db = Helpy('database.db')