feat(postgres): UserRepository
This commit is contained in:
2
crates/adapters/postgres/src/block.rs
Normal file
2
crates/adapters/postgres/src/block.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub struct PgBlockRepository { _pool: sqlx::PgPool }
|
||||
impl PgBlockRepository { pub fn new(pool: sqlx::PgPool) -> Self { Self { _pool: pool } } }
|
||||
Reference in New Issue
Block a user