mirror of
https://github.com/knex/knex.git
synced 2025-12-28 07:29:16 +00:00
fixing sqlite3 config
This commit is contained in:
parent
9c642a7d65
commit
ea4351a3b1
@ -14,7 +14,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
sqlite3: {
|
||||
database: ':memory:'
|
||||
filename: ':memory:'
|
||||
}
|
||||
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user