import { open } from "https://deno.land/x/sqlite@v3.9.0/browser/mod.ts";
Opens a database with the given name. If file
is
not provided or :memory:
, an in-memory database
is returned which will not persist after the database
is closed.
import { open } from "https://deno.land/x/sqlite@v3.9.0/browser/mod.ts";
Opens a database with the given name. If file
is
not provided or :memory:
, an in-memory database
is returned which will not persist after the database
is closed.