https://github.com/zackify/flydb
nosql, in memory database for json documents
https://github.com/zackify/flydb
Last synced: 12 months ago
JSON representation
nosql, in memory database for json documents
- Host: GitHub
- URL: https://github.com/zackify/flydb
- Owner: zackify
- Created: 2020-02-20T02:27:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T20:51:41.000Z (about 3 years ago)
- Last Synced: 2025-02-12T14:21:36.252Z (about 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## todo
- add readline from terminal on start for encryption key,
this will encrypt the backed up data and must be entered when booting it to decrypt backups
- return results or log out problems and remove all unwraps
- figure out how to use trait for different storage types
- refactor to threads after learning how