init: initial commit
This commit is contained in:
10
app/drizzle.config.ts
Normal file
10
app/drizzle.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "drizzle-kit";
|
||||
|
||||
export default defineConfig({
|
||||
schema: "./schema.ts",
|
||||
out: "./drizzle",
|
||||
dialect: "postgresql",
|
||||
dbCredentials: {
|
||||
url: process.env.DATABASE_URL || "postgres://kyoko:kyoko@localhost:5432/kyoko",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user