Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomQuery

import { CustomQuery } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

Defines that a repository method should not be resolved by MQL but it is a custom query and will be considered as such.

@CustomQuery(query, secure?) Target: Repository method

const CustomQuery: (query: string, secure?: boolean) => Function;