Skip to main content

shared/infrastructure/database/postgres/
mod.rs

1mod adapter;
2mod repository;
3
4pub use adapter::PostgreSQLAdapter;
5pub use repository::PostgreSQL;