Skip to main content
Module

x/denodb/lib/query-builder.ts>QueryType

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
type alias QueryType
import { type QueryType } from "https://deno.land/x/denodb@v1.4.0/lib/query-builder.ts";
definition:
| "create"
| "drop"
| "truncate"
| "select"
| "insert"
| "update"
| "delete"
| "count"
| "min"
| "max"
| "avg"
| "sum"