Skip to main content
Module

x/sqlite3/deno.json

Fast, native bindings to SQLite3 C API, using Deno FFI.
Go to Latest
File
{ "tasks": { "test": "deno test --unstable -A test/test.ts", "bench": "deno bench --unstable -A bench/main.ts" }, "lint": { "rules": { "exclude": [ "camelcase", "no-explicit-any" ], "include": [ "explicit-function-return-type", "eqeqeq", "explicit-module-boundary-types" ] } }}