neuxdb 0.1.0

A super simple, embedded, encrypted database like SQLite, using pipe-separated files and age encryption.
Documentation
1
2
3
4
pub mod compiler;
pub mod service;
pub mod storage;
pub mod syntax;