Skip to content

Instantly share code, notes, and snippets.

@pebblexe
Created February 8, 2017 19:57
Show Gist options
  • Save pebblexe/9ad92dcf439378db0c6207a701b9c7a2 to your computer and use it in GitHub Desktop.
Save pebblexe/9ad92dcf439378db0c6207a701b9c7a2 to your computer and use it in GitHub Desktop.
module.exports = {
development: {
client: 'sqlite3',
pool: { min: 0, max: 7 },
connection: {
filename: './dev.sqlite'
},
useNullAsDefault: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment