type alias BindValueimport { type BindValue } from "https://deno.land/x/sqlite3@0.12.0/mod.ts"; Types that can be possibly serialized as SQLite bind values definition: | number | string | symbol | bigint | boolean | null | undefined | Date | Uint8Array | BindValue[] | { [key: string]: BindValue; }