https://github.com/iolanguage/qdbm
https://github.com/iolanguage/qdbm
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/qdbm
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:59:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T18:57:26.000Z (over 3 years ago)
- Last Synced: 2025-09-10T07:42:29.056Z (9 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QDBM
An ordered key/value database that supports transactions and arbitrary key and value sizes.
# Installation
`QDBM` should be installed and foundable in your system. Then:
```
eerie install https://github.com/IoLanguage/QDBM.git
```