Skip to content

Commit

Permalink
move to pg, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
radityaharya committed Mar 14, 2024
1 parent 9e0eb59 commit ddf2a99
Show file tree
Hide file tree
Showing 9 changed files with 2,704 additions and 1,370 deletions.
4 changes: 2 additions & 2 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { env } from "~/env";

export default {
schema: "./src/server/db/schema.ts",
driver: "mysql2",
driver: "pg",
dbCredentials: {
uri: env.DATABASE_URL,
connectionString: env.DATABASE_URL,
},
tablesFilter: ["flowify_*"],
} satisfies Config;
Loading

0 comments on commit ddf2a99

Please sign in to comment.