Skip to main content
Go to Latest
class Dorm
import { Dorm } from "https://deno.land/x/lyj@20221017/mod.ts";

Constructors

new
Dorm(config: any)

Properties

from

Alias for table method

fullOuterJoin
innerJoin

Alias for join method

into
leftOuterJoin
rawr
rawrr
rightOuterJoin
toObject

Alias for toObj method

Methods

private
_reset()
checkErrors(id: number)
delete(arg?: string)
deleteAll(arg?: string)
drop(arg?: string)
fullJoin(arg: string)
insert(arg: any | unknown[])
join(arg: string)
leftJoin(arg: string)
limit(limit: number)
on(arg: string)
raw(arg: string, vals?: unknown[])
returning(arg?: string)
rightJoin(arg: string)
select(arg?: string)
table(table: string)
template(this: Dorm, arg: string): string
then(callback: Callback, fail?: Callback)
update(obj: any)
where(arg: string)