Kysely 및 PostgreSQL 도입 (WiP)

This commit is contained in:
static
2025-01-20 10:56:58 +09:00
parent 0002b4e5f2
commit 63eacbb1b3
10 changed files with 399 additions and 2 deletions

View File

@@ -4,3 +4,5 @@ export * from "./hsk";
export * from "./mek";
export * from "./session";
export * from "./user";
export interface Database {}