A lightweight document-oriented database based on JSON
Project description
jsonableDB
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for jsonabledb-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e14fe750f250027372dba5842c5d9eb42a995e6fc31a9096052797cfa4505212 |
|
MD5 | edd27cf1b96f0b8a72a50659fb61b003 |
|
BLAKE2b-256 | d2e04fcd06befb04601ab2553e0de715989bb9bcd4aa3aa2d4e251da1beafcd4 |