mirror of
https://github.com/knex/knex.git
synced 2025-07-28 11:20:06 +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,
|
||
|
};
|