switch to postgresql
Some checks failed
CI / test-build (push) Has been cancelled

This commit is contained in:
2025-12-16 01:31:27 +07:00
parent 27b0400ef3
commit a7ba6c83ea
10 changed files with 544 additions and 127 deletions

View File

@@ -28,7 +28,7 @@ func NewTestServer(t *testing.T) *TestServer {
Addr: ":0", // Use random port
TemplatesDir: templatesDir,
StaticDir: staticDir,
DatabasePath: "", // Empty = in-memory mode (no database)
DatabaseConn: "", // Empty = in-memory mode (no database)
})
if err != nil {
t.Fatalf("create test app: %v", err)