VivinLancelot

Results 2 issues of VivinLancelot

I'd like to use several in-mem DBs in the same thread. So I am considering if I can create them like: `new Database('file:memdb1?mode=memory&cache=shared')` as mentioned in [https://www.sqlite.org/inmemorydb.html](https://www.sqlite.org/inmemorydb.html). But after the...

question
wontfix

For example, this is what I want to do: `folder1\serverless.yml` ``` provider: apiGateway: restApiId: xxxxxx functions: func1: events: - http: path: /test/func1 method: get ``` `folder2\serverless.yml` ``` provider: apiGateway: restApiId:...