Skip to main content

A simple package to convert a local JSON file into a NoSQL db and use for small projects

Project description

LowDB-py

Heavy inspired from lowDb a node package

typicode/lowdb

Why ??

Not every project requires a full on database with proper dbm and you requiring to write a db module, sometiems all you want is a basic storage for your Proof of concept or for the project where you are something very new and don't want to focus on database functions.

Solution

A simple JSON file with a wrapper sdk to handle basic operations locally to a file, which can later be exported to Firestore or mongodb directly.

To build and install the project

# Install package building tools
python3 -m pip install setuptools wheel

# Build the project
python3 -m setup.py sdist bdist_wheel

# Install the project to your local machine
python3 -m pip install -e .

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

lowDB-0.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

lowDB-0.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded 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