init f0ckm

This commit is contained in:
2026-04-25 19:51:52 +02:00
commit b646107eb7
241 changed files with 70364 additions and 0 deletions

4
src/inc/sql.mjs Normal file
View File

@@ -0,0 +1,4 @@
import postgres from "postgres";
import cfg from "./config.mjs";
export default postgres(cfg.sql);