Skip to main content
SupportedValueType - sqlite - Node documentation
type alias SupportedValueType

Usage in Deno

import { type SupportedValueType } from "node:sqlite";

Deno compatibility

This module is not implemented.

Definition

null
| number
| bigint
| string
| Uint8Array