Skip to content

Commit

Permalink
refactor: switch to better-sqlite3 (#13)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- The methods no longer requires async/await syntax
- Method return types are auto-generated (WIP), only parameters have been set
  • Loading branch information
mateusabelli committed Dec 3, 2023
1 parent 7c97f4d commit 3438ff0
Show file tree
Hide file tree
Showing 12 changed files with 347 additions and 926 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
"prepare": "npm run build"
},
"dependencies": {
"sqlite3": "^5.1.6"
"better-sqlite3": "^9.2.0"
},
"devDependencies": {
"@esbuild-plugins/node-resolve": "^0.2.2",
"@refinedev/core": "^4.45.1",
"@types/better-sqlite3": "^7.6.8",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.2",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 3438ff0

Please sign in to comment.