https://github.com/discoproject/discodb
An efficient, immutable, persistent mapping object
https://github.com/discoproject/discodb
Last synced: 2 months ago
JSON representation
An efficient, immutable, persistent mapping object
- Host: GitHub
- URL: https://github.com/discoproject/discodb
- Owner: discoproject
- License: bsd-3-clause
- Created: 2012-01-11T00:01:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-02-21T09:20:49.000Z (almost 7 years ago)
- Last Synced: 2025-05-02T12:44:49.703Z (7 months ago)
- Language: C
- Homepage: http://discodb.readthedocs.org/
- Size: 333 KB
- Stars: 98
- Watchers: 12
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-functional-python - Discodb - "An efficient, immutable, persistent mapping object". (Awesome Functional Python / Libraries)
README
discodb
=======
An efficient, immutable, persistent mapping object.
See documentation at http://discodb.readthedocs.org
Use the Makefile to build, e.g.::
make
make erlang
make python
make python CMD=install
make utils