Skip to main content
Module

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

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

Executes raw SQL query and returns raw database results.

Parameters

query: string
optional
parameters: any[]

Returns

Promise<any>