An open API service indexing awesome lists of open source software.

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

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