add shared database connection helpers

This commit is contained in:
Andrew Thauer
2020-08-13 22:56:45 -04:00
parent a82f780726
commit 815983ae84
14 changed files with 730 additions and 33 deletions
+3
View File
@@ -9,6 +9,9 @@ backend:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
database:
client: sqlite3
connection: ':memory:'
proxy:
'/circleci/api':