kivis 0.5.1

Type-safe database schema generation for Rust with support for custom storage backends, automatic indexing, and layered cache architectures
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod incrementable_types;
mod macros;
mod repository;
mod schema;
mod storage;
mod unifier;

pub use repository::*;
pub use schema::*;
pub use storage::*;
pub use unifier::*;