import * as sqlite from "https://deno.land/x/sqlite@v3.9.0/browser/mod.ts";
Classes
Errors which can occur while interacting with a database. |
Functions
f open | Opens a database with the given name. If |
f read | Read the data currently stored for a given file. This can be used to export a database which has been created or modified. |
Overwrite a given file with arbitrary data. This can be used to import a database which can later be opened. |