Skip to content

Instantly share code, notes, and snippets.

@tksilicon
Created July 30, 2020 21:21
Show Gist options
  • Save tksilicon/d984935064acb20b74dddaec7c253ee5 to your computer and use it in GitHub Desktop.
Save tksilicon/d984935064acb20b74dddaec7c253ee5 to your computer and use it in GitHub Desktop.
export {
getStr,
setStr,
setArr,
} from "https://deno.land/x/sqlite/src/wasm.ts";
export { Status, Values } from "https://deno.land/x/sqlite/src/constants.ts";
export {
Rows,
Empty,
} from "https://deno.land/x/sqlite/src/rows.ts";
export {
log,
} from "https://deno.land/x/mysql/src/logger.ts";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment