Skip to content

Commit

Permalink
Update drizzle dependencies and config (#1558)
Browse files Browse the repository at this point in the history
* Update deps

* Update drizzle.config.ts

---------

Co-authored-by: Ryan Carniato <[email protected]>
  • Loading branch information
thednp and ryansolid authored Jun 25, 2024
1 parent 9299944 commit 6352aa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions examples/with-drizzle/drizzle.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// import { type Config } from "drizzle-kit";

export default {
dialect: "sqlite",
schema: "./drizzle/schema.ts",
out: "./drizzle/migrations/",
driver: "better-sqlite",
// driver: "better-sqlite",
dbCredentials: {
url: './drizzle/db.sqlite',
},
Expand Down
10 changes: 5 additions & 5 deletions examples/with-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.10",
"@types/node": "^20.12.12",
"drizzle-kit": "^0.21.4"
"@types/node": "^20.14.8",
"drizzle-kit": "^0.22.7"
},
"dependencies": {
"@solidjs/router": "^0.13.6",
"@solidjs/start": "^1.0.0",
"better-sqlite3": "^10.0.0",
"drizzle-orm": "^0.30.10",
"@solidjs/start": "^1.0.2",
"better-sqlite3": "^11.0.0",
"drizzle-orm": "^0.31.2",
"solid-js": "^1.8.17",
"vinxi": "0.3.12"
},
Expand Down

0 comments on commit 6352aa0

Please sign in to comment.