Skip to main content
Module

x/dso/deps.ts>Join

Simple Orm library for Deno based on deno_mysql
Latest
class Join
import { Join } from "https://deno.land/x/dso@v1.0.0/deps.ts";

Constructors

new
Join(
type: string,
table: string,
alias?: string,
)

Properties

value: string

Methods

on(a: string, b: string)

Static Methods

full(table: string, alias?: string): Join
inner(table: string, alias?: string): Join
left(table: string, alias?: string): Join
right(table: string, alias?: string): Join