#store #file #db #data #handles #filedb

filedb-ng

Database that's using files to store data. See documetation for more information

2 releases

0.1.1 Aug 13, 2024
0.1.0 Aug 13, 2024

#1916 in Database interfaces

30 downloads per month

Custom license

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–1.1MB
~25K SLoC