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