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