Skip to main content
Module

x/sqlite3/mod.ts>BindValue

Fast, native 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.0/mod.ts";

Types that can be possibly serialized as SQLite bind values

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