she QUERY on my DATA so she's BASEd

This commit is contained in:
mitteneer 2025-04-07 10:44:28 -04:00
parent 29f8837f19
commit 0537ef7db2
13 changed files with 16 additions and 116 deletions

View file

@ -15,7 +15,7 @@ pub const database = .{
.port = 5432,
.username = "postgres",
.password = "postgres",
.database = "zuletzt_dev",
.database = "zuletzt_rsql",
.pool_size = 16,
},