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