mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-20 06:32:17 +00:00
Migrate storage from in-memory to PostgreSQL database.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/37883948-9924-4429-8878-f2530cf6fe2b.jpg
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{pkgs}: {
|
||||
deps = [
|
||||
pkgs.postgresql
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user