Metadata-Version: 2.1
Name: database-lib
Version: 0.0.1
Summary: A basic sqlite3 editing library
Home-page: 
Author: Theodor Billek
Author-email: HilbertLooked@gmail.com
License: MIT
Keywords: database
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

# 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

Change Log
==========

0.0.1 (2023-10-10)
------------------
- First release
