Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1/src/constants.ts";

Members

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