Skip to content

Commit

Permalink
restore sqlite3 as the version to install for sqlite db (knex#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Pavlovich committed Jun 6, 2022
1 parent 99b4954 commit cafb030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ npm install knex --save
# Then add one of the following (adding a --save) flag:
$ npm install pg
$ npm install pg-native
$ npm install @vscode/sqlite3 # required for sqlite
$ npm install sqlite3
$ npm install better-sqlite3
$ npm install mysql
$ npm install mysql2
Expand Down

0 comments on commit cafb030

Please sign in to comment.