refactor(lst): refactor to monolithic completed
This commit is contained in:
8
server/database/drizzle.config.ts
Normal file
8
server/database/drizzle.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {defineConfig} from "drizzle-kit";
|
||||
export default defineConfig({
|
||||
dialect: "postgresql", // 'mysql' | 'sqlite' | 'turso'
|
||||
schema: "./schema",
|
||||
dbCredentials: {
|
||||
url: "postgresql://postgres:nova0511@localhost:5432/lst_db",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user