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

Table

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

Decorator

Defines that a class is an entity in Mandarine's ORM

@Table(decoratorOptions) Target: class

const Table: (decoratorOptions?: Mandarine.ORM.Entity.Decorators.Table) => Function;