Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.63 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.63 KB

pydbops - Relational Database Management System for Python Developers

v0.1.2 PyPI Latest Release Tests Python Package License: MIT Language: Python Framework: sqlite3

Overview

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.

Features

  • Simplified database operations
  • Support for stored procedures
  • Command-Line Interface (CLI) for additional convenience

Installation

Install pydbops using PyPI with the following command: Library for simplifying database operations.
"pydbops" now supports stored procedures which standard sqlite3 doesn't provide!

Installing pydbops with PyPI :

pip install pydbops

(Copy and paste the above command to terminal.)

Importing pydbops:

from pydbops import *

or

import pydbops as db

(You will need to call openDatabase() method using db.)

Using CLI:

Requirements

  • Python > 3.5
  • SQLite3

License

This project is licensed under the MIT License. Feel free to explore and contribute to the development of pydbops!