filedb-ng 0.1.1

Database that's using files to store data. See documetation for more information
Documentation
  • Coverage
  • 71.43%
    5 out of 7 items documented0 out of 4 items with examples
  • Size
  • Source code size: 44.26 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 385.89 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 35s Average build duration of successful builds.
  • all releases: 35s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DasMatus

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.