Merge pull request #1915 from andrewthauer/common-db-utils

Add shared database connection helpers
This commit is contained in:
Patrik Oldsberg
2020-08-15 13:57:44 +02:00
committed by GitHub
14 changed files with 744 additions and 33 deletions
+3
View File
@@ -11,6 +11,9 @@ backend:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
database:
client: sqlite3
connection: ':memory:'
proxy:
'/circleci/api':