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;