argentum_db_infrastructure 0.3.1

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

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