Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typeorm/src/decorator/entity-view/ViewEntity.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/decorator/entity-view/ViewEntity.ts";

Functions

This decorator is used to mark classes that will be an entity view. Database schema will be created for all classes decorated with it, and Repository can be retrieved and used for it.