https://github.com/ross96d/rdb
embeddable and persistent key-value (KV) database
https://github.com/ross96d/rdb
database embedda embeddable-database key-value
Last synced: 11 months ago
JSON representation
embeddable and persistent key-value (KV) database
- Host: GitHub
- URL: https://github.com/ross96d/rdb
- Owner: ross96D
- License: mit
- Created: 2024-10-25T04:51:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-23T20:20:24.000Z (about 1 year ago)
- Last Synced: 2025-01-24T16:14:25.434Z (about 1 year ago)
- Topics: database, embedda, embeddable-database, key-value
- Language: Zig
- Homepage:
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summary
key-value database, embeddable and single file only with in-memory keys that points to the values on disk.
The database always append to underlying file to avoid complexity and gain performance. This approach has the downside of accumulating garbage, to solve this a background process is run from time to time to cleanup the garbage