{"id":25231473,"url":"https://github.com/notshrirang/pydbops","last_synced_at":"2025-10-26T07:32:50.833Z","repository":{"id":44400843,"uuid":"511181926","full_name":"NotShrirang/pydbops","owner":"NotShrirang","description":"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.","archived":false,"fork":false,"pushed_at":"2024-01-14T06:06:49.000Z","size":178,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T16:10:35.070Z","etag":null,"topics":["android","database","mongodb","mysql","postgresql","pydbops","pydbops-cli","python","rdbms","sql","sqlite","sqlite-android","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotShrirang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-06T14:58:38.000Z","updated_at":"2023-11-26T09:05:51.000Z","dependencies_parsed_at":"2024-01-14T07:27:39.903Z","dependency_job_id":"5fb8d98a-89c9-474e-962b-ab1e75fb1ce1","html_url":"https://github.com/NotShrirang/pydbops","commit_stats":{"total_commits":207,"total_committers":1,"mean_commits":207.0,"dds":0.0,"last_synced_commit":"d698b199c61e04bd1166de06ef8fe3e061acf451"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2Fpydbops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2Fpydbops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2Fpydbops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotShrirang%2Fpydbops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotShrirang","download_url":"https://codeload.github.com/NotShrirang/pydbops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238292460,"owners_count":19447985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","database","mongodb","mysql","postgresql","pydbops","pydbops-cli","python","rdbms","sql","sqlite","sqlite-android","sqlite3"],"created_at":"2025-02-11T12:28:48.259Z","updated_at":"2025-10-26T07:32:45.530Z","avatar_url":"https://github.com/NotShrirang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pydbops - Relational Database Management System for Python Developers\n\n[![v0.1.2](https://img.shields.io/badge/version-v0.1.2-red.svg?style=flat\u0026logo=)](https://github.com/NotShrirang/pydbops)\n[![PyPI Latest Release](https://img.shields.io/pypi/v/pydbops.svg)](https://pypi.org/project/pydbops/)\n![Tests](https://github.com/NotShrirang/pydbops/actions/workflows/test.yml/badge.svg)\n![Python Package](https://github.com/NotShrirang/pydbops/actions/workflows/python-package.yml/badge.svg)\n[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat\u0026logo=license)](https://github.com/NotShrirang/pydbops/blob/main/LICENSE)\n[![Language: Python](https://img.shields.io/badge/language-python-blue.svg?style=flat\u0026logo=python)](https://www.python.org/)\n[![Framework: sqlite3](https://img.shields.io/badge/interface-sqlite3-blue.svg?style=flat\u0026logo=sqlite3)](https://docs.python.org/3/library/sqlite3.html#:~:text=SQLite%20is%20a%20C%20library,SQLite%20for%20internal%20data%20storage.)\n\n## Overview\n\n**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.\n\n## Features\n\n- Simplified database operations\n- Support for [stored procedures](https://www.google.com/search?q=sqlite3+standard+procedure)\n- Command-Line Interface (CLI) for additional convenience\n\n## Installation\n\nInstall **pydbops** using PyPI with the following command:\nLibrary for simplifying database operations.\u003cbr\u003e\n\u003cb\u003e\"pydbops\"\u003c/b\u003e now supports \u003ca href=\"https://www.google.com/search?q=sqlite3+standard+procedure\"\u003estored procedures\u003c/a\u003e which standard sqlite3 doesn't provide!\n\u003cbr\u003e\n\n## Installing pydbops with PyPI :\n\n```sh\npip install pydbops\n```\n\n_(Copy and paste the above command to terminal.)_\n\n## Importing pydbops:\n\n```sh\nfrom pydbops import *\n```\n\nor\n\n```sh\nimport pydbops as db\n```\n\n_(You will need to call openDatabase() method using db.)_\n\n## Using CLI:\n\n- Check \u003ca href=\"https://github.com/NotShrirang/pydbops/releases/tag/v0.0.1\"\u003eReleases\u003c/a\u003e\n- \u003ca href=\"https://github.com/NotShrirang/pydbops/releases/download/v0.0.1/pydbops-cli-installer-X86_64.exe\"\u003eDownload\u003c/a\u003e Installer\n- \u003ca href=\"https://github.com/NotShrirang/pydbops/tree/main/pydbops-cli#pydbops-cli\"\u003eRead about CLI\u003c/a\u003e\n\n## Requirements\n- Python \u003e 3.5\n- SQLite3\n\n## License\nThis project is licensed under the MIT License. Feel free to explore and contribute to the development of pydbops!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotshrirang%2Fpydbops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotshrirang%2Fpydbops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotshrirang%2Fpydbops/lists"}