Skip to content

Commit

Permalink
Added drizzle config
Browse files Browse the repository at this point in the history
  • Loading branch information
gouthamKurapati13 committed Jul 3, 2024
1 parent 6ba6538 commit d99134e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drizzle.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineConfig } from 'drizzle-kit'

export default defineConfig({
schema: "./src/drizzle/schema.js",
out: "./drizzle",
dialect: "postgresql",
dbCredentials: {
url: "postgresql://neondb_owner:[email protected]/neondb?sslmode=require"
}
})

0 comments on commit d99134e

Please sign in to comment.