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 splite_quote;
pub mod statement;
pub use splite_quote::split_quoted;
pub use statement::{ComparisonOp, Statement, WhereClause};