Initial thoughts around API, DB layer.

This commit is contained in:
2019-02-15 00:00:20 -06:00
commit 0d2efe4bcc
16 changed files with 314 additions and 0 deletions

5
api/database-local.json Normal file
View File

@@ -0,0 +1,5 @@
{
"driver": "postgres",
"connectionString": "host=localhost port=5500 dbname=personal_measure user=postgres password=password",
"sqlDir": "src/main/sql/migrations"
}