Skip to main content
Module

x/sqlite3/mod.ts>BindValue

Fastest & correct JavaScript bindings to SQLite3 C API, using Deno FFI.
Go to Latest
type alias BindValue
import { type BindValue } from "https://deno.land/x/sqlite3@0.5.1/mod.ts";

Types that can be possibly serialized as SQLite bind values

definition:
| number
| string
| symbol
| bigint
| boolean
| null
| undefined
| Date
| Uint8Array