Skip to main content
Module

x/typeorm/src/entity-schema/EntitySchema.ts>EntitySchema

Forked from https://github.com/typeorm/typeorm
Latest
class EntitySchema
import { EntitySchema } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/entity-schema/EntitySchema.ts";

Interface for entity metadata mappings stored inside "schemas" instead of models decorated by decorators.

Constructors

new
EntitySchema(options: EntitySchemaOptions<T>)

Type Parameters

optional
T = any