mirror of
https://github.com/knex/knex.git
synced 2025-07-25 18:00:43 +00:00
9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
/** @type {import("../../../").Config} */
|
|
export default {
|
|
client: 'sqlite3',
|
|
connection: {
|
|
filename: './test.sqlite3',
|
|
},
|
|
useNullAsDefault: true,
|
|
};
|