# SQLite Database Management Module

This Python module provides functions to manage SQLite databases efficiently. It includes functions for connecting to a database, creating tables, inserting, updating, and deleting rows, as well as dropping tables and deleting the entire database file. Additionally, it offers functionality to execute custom SQL queries and print the contents of a table.


# Installation & Importing

- pip install database-lib==0.0.1
- import with: import database_lib