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

Column

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

Decorator

Defines that a property is a column in an entity.

@Column(decoratorOptions) Target: property

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