import { type SqliteDeserializeOptions } from "https://deno.land/x/sqlite@v3.9.1/src/db.ts";
Options for opening a database from an in-memory buffer.
Properties
Name of the schema to deserialize into.
The default schema name is main
, which
refers to the database opened originally.
If a database schema with the given name does not exist, this fails.