big refactor for lots of filtering

This commit is contained in:
2023-03-15 17:29:48 +01:00
parent c57e7fa556
commit afdd4f3fc6
7 changed files with 488 additions and 130 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ const db = new Kysely<Database>({
host: process.env.POSTGRES_HOST,
database: process.env.POSTGRES_DATABASE,
user: process.env.POSTGRES_USER,
password: process.env.POSTGRES_PASSWORD
password: process.env.POSTGRES_PASSWORD,
max: 30
})
}),
log(event) {