Skip to main content
Module

x/sqlite3/deno.json

The fastest and correct module for SQLite3 in Deno.
Go to Latest
File
{ "name": "sqlite3", "version": "0.7.3", "github": "https://github.com/denodrivers/sqlite3",
"tasks": { "test": "deno test --unstable -A test/test.ts", "build-sqlite-win": "mkdir -p build && cd build && nmake /f ..\\sqlite\\Makefile.msc sqlite3.dll TOP=..\\sqlite", "bench-deno": "deno run -A --unstable bench/bench_deno.js 50 1000000", "bench-deno-ffi": "deno run -A --unstable bench/bench_deno_ffi.js 50 1000000", "bench-deno-wasm": "deno run -A --unstable bench/bench_deno_wasm.js 50 1000000", "bench-node": "node bench/bench_node.js 50 1000000", "bench-bun": "bun run bench/bench_bun.js 50 1000000", "bench-bun-ffi": "bun run bench/bench_bun_ffi.js 50 1000000", "bench-c": "./bench/bench 50 1000000", "bench-python": "python ./bench/bench_python.py", "bench:northwind": "deno bench -A --unstable bench/northwind/deno.js", "bench-wasm:northwind": "deno run -A --unstable bench/northwind/deno_wasm.js", "bench-node:northwind": "node bench/northwind/node.mjs", "bench-bun:northwind": "bun run bench/northwind/bun.js" }, "lint": { "rules": { "exclude": [ "camelcase", "no-explicit-any" ], "include": [ "explicit-function-return-type", "eqeqeq", "explicit-module-boundary-types" ] } }}