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:
alphaeusmote
2025-04-09 23:47:33 +00:00
parent cba930e4d3
commit 5ff3f2136e
5 changed files with 380 additions and 40 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs}: {
deps = [
pkgs.postgresql
];
}