Skip to main content

A lightweight document-oriented database based on JSON

Project description

jsonableDB

GitHub PyPI

jsonableDB is a lightweight document-oriented database based on JSON.

Installation

pip install jsonabledb

Quickstart

import jsonable

client = jsonable.Client("path")

collection = client["database_name"]["collection_name"]

collection.find()

License

jsonableDB has a BSD-3-Clause license, as found in the LICENSE file.

Contributing

Thanks for your interest in contributing to jsonableDB! Please feel free to create a pull request.

Changelog

jsonableDB 0.0.1

  • Initial release

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

jsonabledb-0.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

jsonabledb-0.0.1-py3-none-any.whl (2.6 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