https://github.com/j-obog/simple-db
A lightweight, NoSQL database for Python.
https://github.com/j-obog/simple-db
database disk nosql python
Last synced: 5 months ago
JSON representation
A lightweight, NoSQL database for Python.
- Host: GitHub
- URL: https://github.com/j-obog/simple-db
- Owner: J-Obog
- License: mit
- Created: 2020-08-15T05:46:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T00:20:16.000Z (over 4 years ago)
- Last Synced: 2024-08-09T14:34:26.234Z (almost 2 years ago)
- Topics: database, disk, nosql, python
- Language: Python
- Homepage: https://pypi.org/project/simple-db/
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A lightweight, NoSQL database for Python.
[](https://app.travis-ci.com/github/J-Obog/simple-db)
## Installing:
Installing with pip:
```
$ pip install simple-db
```
Installing with setup.py:
```
$ git clone https://github.com/J-Obog/simple-db
$ cd simple-db
$ python setup.py install
```