feat: postgresql adapter

This commit is contained in:
2026-05-10 01:57:10 +02:00
parent 9be7af50d2
commit 597685520c
14 changed files with 1915 additions and 38 deletions

View File

@@ -30,6 +30,8 @@ poster-fetcher = { workspace = true }
poster-storage = { workspace = true }
sqlite = { workspace = true }
sqlite-federation = { workspace = true }
postgres = { workspace = true }
postgres-federation = { workspace = true }
activitypub = { workspace = true }
sqlx = { workspace = true }
template-askama = { workspace = true }