Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/libpkgx/vendor/sqlite3@0.10.0/mod.ts>BindValue

`import`… but with pkging powers
Very Popular
Latest
type alias BindValue
import { type BindValue } from "https://deno.land/x/libpkgx@v0.18.1/vendor/sqlite3@0.10.0/mod.ts";

Types that can be possibly serialized as SQLite bind values

definition:
| number
| string
| symbol
| bigint
| boolean
| null
| undefined
| Date
| Uint8Array
| { [key: string]: BindValue; }