Replaced network and tag files with SQLite database.
This commit is contained in:
9
knexfile.js
Normal file
9
knexfile.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Update with your config settings.
|
||||
|
||||
module.exports = {
|
||||
client: 'sqlite3',
|
||||
connection: {
|
||||
filename: './db.sqlite',
|
||||
},
|
||||
useNullAsDefault: true,
|
||||
};
|
||||
Reference in New Issue
Block a user