Successfully creating a database if it does not already exist

This commit is contained in:
watsonb8
2019-09-22 15:07:39 -04:00
parent b688b365fb
commit 0fc390c713
9 changed files with 1773 additions and 55 deletions

View File

@ -3,5 +3,10 @@
{
"path": "."
}
]
],
"settings": {
"files.exclude": {
"node_modules": true
}
}
}