tegdb 0.5.0

The name TegridyDB (short for TegDB) is inspired by the Tegridy Farm in South Park and tries to correct some of the wrong database implementations, such as null support, implicit conversion support, etc.
Documentation
1
2
3
4
5
//! Storage backends for TegDB

pub mod file_log_backend;

pub use file_log_backend::FileLogBackend as DefaultLogBackend;