Skip to main content

A stripped-down version of pysondb.

Project description

strip.pysondb

GitHub Azure DevOps builds

A stripped-down version of pysondb by Fredy Somy.


Features.

  • No third party packages needed
  • No CLI
  • No ImageUtils
  • Use of python naming conventions in functions and classes.
  • Just the code required to perform CRUD operation on JSON DB.

Note

Even though it's called a stripped-down version, there are some huge differences in the way this package works.

  • The data is not saved to file instantly, instead a methods needs to be called in order to do that.
  • A new methods called pop is added.
  • The user is supposed to pass the keys / column name for the DB during initialization of the DB class.

Installation

  • Delete the original pysondb before installing this version. (Might cause conflicts)

  • From Pypi

    pip3 install strip.pysondb
    
  • Get the latest non-released version

    pip3 install git+https://github.com/Adwaith-Rajesh/strip.pysondb.git@master
    

Usage

  • tl;dr

    from pysondb import DB
    
    db = DB(keys = ["name", "age"])
    db.add({
        "name": "name1",
        "age": 1
    })
    
    print(db)
    

Click here to see the complete docs.


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

strip.pysondb-1.0.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

strip.pysondb-1.0.0-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

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