feat: add support for PostgreSQL as a backend repository
This commit is contained in:
@@ -9,6 +9,8 @@ use rand::Rng;
|
||||
|
||||
pub mod sqlite;
|
||||
pub mod sqlite_migration;
|
||||
pub mod postgres;
|
||||
pub mod postgres_migration;
|
||||
|
||||
#[async_trait]
|
||||
pub trait NostrRepo: Send + Sync {
|
||||
|
||||
Reference in New Issue
Block a user