Skip to main content

A Python JSON and/or YAML based lightweight Database.

Project description

data

A Simple, Lightweight, Efficent JSON based DataBase for Python

PyPI version PyPI download day .github/workflows/Build.yml CodeFactor Discord GitHub Repo stars GitHub commit activity


The current stable version is v1.1.3

pip install pysondb==1.1.3

Support the project here

Features

  • Lightweight JSON based database.
  • Supports CRUD commands.
  • No Database drivers required.
  • Unique ID assigned for each JSON document added.
  • Strict about Schema of data added.
  • Inbuilt CLI to delete,display,create JSON database.
>> from pysondb import db
>> a=db.getDb("path/to/json.json")
>> a.addMany([{"name":"pysondb","type":"DB"},{"name":"pysondb-cli","type":"CLI"}])
>> a.getAll()
>> [{"name":"pysondb","type":"DB"},{"name":"pysondb-cli","type":"CLI"}]
  • See its simple..

Quick Links

Install

pip install pysondb

Create a database

  • You can create a database using CLI.
pysondb create database_name
  • Or in the python file.
from pysondb import db

a=db.getDb("db.json')
  • The above piece of code will create a database with {data:[]} in it.
  • Even if the json file exists there is no problem.

See more Documentation here

What makes pysonDB different

  • CLI support to create,delete and display database.
  • Unique Id automatically assigned for each JSON data added.
  • Schema regularity is checked.

What pysonDB can't do.

  • Cannot store images,videos etc.

TODO

  • CLI to convert CSV to pysonDB required json.
  • Use CSV file in the database.
  • Make the database available to use local servers (Flask,Django)

Contributors.

Projects using PysonDB

Contributing

Whether reporting bugs, discussing improvements and new ideas or writing extensions: Contributions to pysonDB are welcome! Here's how to get started:

  • Join Discord channel Here
  • Check for issues or open a issue or open a feature requests.
  • Fork the repository on Github
  • Create a new branch off the master branch.
  • Write a test which shows that the bug was fixed or that the feature works as expected.
  • Send a pull request to us and wait till it get merged.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysondb-1.2.0.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

pysondb-1.2.0-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file pysondb-1.2.0.tar.gz.

File metadata

  • Download URL: pysondb-1.2.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5

File hashes

Hashes for pysondb-1.2.0.tar.gz
Algorithm Hash digest
SHA256 658bff04a14253378b9d45dc5dec9ebd337189573aa6abc4af0028fe16738fb4
MD5 7e1b38ca74292751fe73c7688d56f9b6
BLAKE2b-256 048d5b90cb351a9440824cb4948d3d40a6705b564e718f6a92fa27abf8721e04

See more details on using hashes here.

File details

Details for the file pysondb-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: pysondb-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5

File hashes

Hashes for pysondb-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a68db9678d5441c517e87a524c46d11e7da2d2b313af54ace00988eecde0793
MD5 e435f615eddefa0e7ccc21bb36dca610
BLAKE2b-256 caa384f8b5b8d0776eacd1ea380df6d3f6bd72d5d8b1da3698be7b989a6750f4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page