argentum_db_infrastructure 0.3.0-dev

The infrastructure layer of database component
1
2
3
4
5
6
mod adapter;
pub mod migration;

pub use adapter::DbRow;
pub use adapter::FromDbRow;
pub use adapter::SqlxPostgresAdapter;