pydbops is a robust Relational Database Management System (RDBMS) developed on top of SQLite databases. It provides a convenient Command-Line Interface (CLI) alongside a Python library to simplify database operations. This project aims to enhance the database management experience for Python developers, offering features such as support for stored procedures, which standard SQLite3 does not provide.
- Simplified database operations
- Support for stored procedures
- Command-Line Interface (CLI) for additional convenience
Install pydbops using PyPI with the following command:
Library for simplifying database operations.
"pydbops" now supports stored procedures which standard sqlite3 doesn't provide!
pip install pydbops
(Copy and paste the above command to terminal.)
from pydbops import *
or
import pydbops as db
(You will need to call openDatabase() method using db.)
- Check Releases
- Download Installer
- Read about CLI
- Python > 3.5
- SQLite3
This project is licensed under the MIT License. Feel free to explore and contribute to the development of pydbops!