Skip to content

Commit

Permalink
Merge pull request #196 from datasci4health/development
Browse files Browse the repository at this point in the history
fixing error Cannot find module sqlite3
  • Loading branch information
lealfp authored Aug 25, 2020
2 parents 9c7b0c2 + 3867a30 commit 8316f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adonisjs/config/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
| interacting with SQL databases.
|
*/
connection: Env.get('DB_CONNECTION', 'sqlite'),
connection: Env.get('DB_CONNECTION', 'mysql'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 8316f4f

Please sign in to comment.