We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4404d25 commit f335dc9Copy full SHA for f335dc9
knexfile.js
@@ -17,6 +17,15 @@ module.exports = {
17
//seeds: {
18
//directory: "./data/seeds",
19
//},
20
- }
+ },
21
+ testing: {
22
+ client: 'sqlite3',
23
+ connection: {
24
+ filename: './data/projectresources.db3'
25
26
+ useNullAsDefault: true,
27
+ migrations: {
28
+ directory: './data/migrations'
29
+ }
30
-};
31
+}};
0 commit comments