reinhardt-db 0.1.0

Django-style database layer for Reinhardt framework
Documentation
1
2
3
4
5
//! SQLite backend module

pub mod schema;

pub use schema::SQLiteSchemaEditor;