Use in memory database by default
This commit is contained in:
@ -23,5 +23,5 @@ module.exports = function connector(options) {
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
return knexModule(dbOptions);
|
||||
return knex;
|
||||
};
|
||||
|
Reference in New Issue
Block a user