UNPKG
@e10/knex-migrator
Version:
latest (5.3.8)
5.3.8
5.3.7
5.3.6
5.3.5
5.3.3
Database migrations with knex.
@e10/knex-migrator
/
test
/
config
/
env
/
config.testing.json
10 lines
(9 loc)
•
159 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"database"
:
{
"client"
:
"sqlite3"
,
"connection"
:
{
"filename"
:
"test.db"
}
,
"useNullAsDefault"
:
true
}
}