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

x/cotton/src/adapters/adapter.ts>DatabaseValues

SQL Database Toolkit for Deno
Latest
type alias DatabaseValues
import { type DatabaseValues } from "https://deno.land/x/cotton@v0.7.5/src/adapters/adapter.ts";
definition:
| string
| number
| Date
| boolean
| null
| undefined