Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/driver/Query.ts>Query

Forked from https://github.com/typeorm/typeorm
Latest
class Query
import { Query } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/driver/Query.ts";

This class stores query and its parameters

Constructors

new
Query(query: string, parameters?: any[])