chore: add postgres schema migrations
This commit is contained in:
2
packages/db/src/index.ts
Normal file
2
packages/db/src/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { createDbClient, type DbClient } from "./client.js";
|
||||
export * from "./schema/index.js";
|
||||
Reference in New Issue
Block a user