Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sqlite/src/constants.ts>Types

Deno SQLite module
Go to Latest
enum Types
import { Types } from "https://deno.land/x/sqlite@v3.4.0/src/constants.ts";

Members

BigInteger = 6
Blob = 4
Float = 2
Integer = 1
Null = 5
Text = 3