Module

x/denodb/lib/model.ts>Model._runQuery

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method Model._runQuery
import { Model } from "https://dotland.deno.dev/x/denodb@v1.4.0/lib/model.ts";

Build the current query and run it on the associated database.

Parameters

query: QueryDescription