first commit

This commit is contained in:
2026-02-07 15:54:21 +03:00
commit 74964c74f3
51 changed files with 3701 additions and 0 deletions

27
config.yml Normal file
View File

@@ -0,0 +1,27 @@
driver: "postgres"
host: "127.0.0.1"
port: 5432
database: "server"
username: "test"
password: ""
options:
persistent: false
timeoutSeconds: 10
pool:
size: 4
cache:
enabled: true
writeBehind: true
flushIntervalSeconds: 10
maxDirty: 100
ttlSeconds: 0
maxEntries: 0
preloadBatchSize: 20
preloadDelayTicks: 20
preloadAsync: true
migrations:
enabled: false
table: "db_migrations"