Since both open and openInMemory requires FileSystem.Permission, we can merge these functions into one by introducing a Sqlite.Location(?) custom type that represents how to open the database.
This could potentially open the door to to accepting sqlite connection uri's in the future
Since both
openandopenInMemoryrequiresFileSystem.Permission, we can merge these functions into one by introducing aSqlite.Location(?) custom type that represents how to open the database.This could potentially open the door to to accepting sqlite connection uri's in the future