8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"client": "sqlite3",
|
|
"connection": { "filename": ":memory:" },
|
|
"pool": { "refreshIdle": false, "min": 1, "max": 1 },
|
|
"debug": false,
|
|
"migrate": true
|
|
}
|