Open
Description
Summary
In an Azure Functions server, a request receives an SQLite database file as a parameter. It reads it from FORMDATA and assigns it to a variable. It would be nice if you could connect to a database without having to store the buffer on disk.
Proposed implementation
Azure Functions do not allow writing to disk in certain environments, so it is not necessary to connect to the in-memory database