A basic sqlite3 editing library
Project description
# 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
database-lib-0.0.1.tar.gz
(4.0 kB
view hashes)