Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/typeorm/src/index.ts>Repository#query

Forked from https://github.com/typeorm/typeorm
Latest
method Repository.prototype.query
Re-export
import { Repository } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Executes a raw SQL query and returns a raw database results. Raw query execution is supported only by relational databases (MongoDB is not supported).

Parameters

query: string
optional
parameters: any[]

Returns

Promise<any>