Skip to main content
Module

x/typeorm/src/persistence/Subject.ts

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

Classes

Subject is a subject of persistence. It holds information about each entity that needs to be persisted:

  • what entity should be persisted
  • what is database representation of the persisted entity
  • what entity metadata of the persisted entity
  • what is allowed to with persisted entity (insert/update/remove)