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

Get your documents prepared

documents = [
  {...},
  {...},
  ...
]

Jsonify your documents as a JSON file using jsonableDB

from jsonable import jsonify

jsonify(documents, "collection_name", "database_name")

Retrieve all your documents in the jsonableDB

import jsonable

client = jsonable.Client()

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.2

  • Support to jsonify documents as a JSON file

jsonableDB 0.0.1

  • First 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.3.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

jsonabledb-0.0.3-py3-none-any.whl (6.0 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