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

GeneratedValue

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

Decorator

Defines the generation strategy for a primary key

@GeneratedValue() Target: property

const GeneratedValue: (decoratorOptions: Mandarine.ORM.Entity.Decorators.GeneratedValue) => unknown;