feat: add support for PostgreSQL as a backend repository

This commit is contained in:
Kieran
2023-01-22 16:26:54 -06:00
committed by Greg Heartsfield
parent 744d467a28
commit 16f6e974c8
9 changed files with 1539 additions and 17 deletions
+2
View File
@@ -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 {