Skip to content

A Relational Database Management System. Developed on top of sqlite databases. CLI is included in the package. This project aims to provide more robust database management system for python android developers.

License

Notifications You must be signed in to change notification settings

NotShrirang/pydbops

Repository files navigation

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!

About

A Relational Database Management System. Developed on top of sqlite databases. CLI is included in the package. This project aims to provide more robust database management system for python android developers.

Topics

Resources

License

Stars

Watchers

Forks