Crate filedb_ng

Source
Expand description

§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.

Structs§

DB
Main struct that handles the database