Skip to content

Being able to connect to a database that is located in a Buffer variable #1760

Open
@Dev-InSoft

Description

@Dev-InSoft

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions