Skip to main content
Module

x/vorm/types.d.ts>Req

VORM - VOXO ORM like Deno module with a simple interface and hot-swappable backends
Latest
interface Req
import { type Req } from "https://deno.land/x/vorm@v1.0.1/types.d.ts";

Properties

sql: string

The SQL query string as a Named Placeholer

isWrite: boolean

Is this a read write query?

db: "mysql" | "rqlite"

Options are 'rqlite' | 'mysql'

values: { [param: string]: string | number; }

Values to be inserted into the query