2 releases
0.1.1 | Aug 13, 2024 |
---|---|
0.1.0 | Aug 13, 2024 |
#2147 in Database interfaces
16KB
75 lines
filedb
A library-only database that uses files instead of single monolith .db
file.
It's very simple, since it only handles writing and reading to/from files and doesn't include encryption and CLI.
You have to do these things yourself, either through having the database on something like VeraCrypt volume or on another machine. Anyway, take a look around.
Dependencies
~0.5–1MB
~25K SLoC