Skip to content

Commit

Permalink
replace deprecated oracle package with oracledb (knex#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelkin authored and kibertoad committed Oct 25, 2019
1 parent f26db1e commit 8a47c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/installation.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default [
$ npm install sqlite3
$ npm install mysql
$ npm install mysql2
$ npm install oracle
$ npm install oracledb
$ npm install mssql
`
},
Expand Down

0 comments on commit 8a47c49

Please sign in to comment.