feat: add drizzle

This commit is contained in:
Max Koon
2025-10-14 19:06:52 -04:00
parent 032f38b711
commit e27a48edb5
20 changed files with 920 additions and 77 deletions

6
shared/src/db/index.ts Normal file
View File

@@ -0,0 +1,6 @@
import * as drizzleSchema from "./schema";
export * from "./schema";
export * from "./client";
export { drizzleSchema };