Skip to main content
Module

x/mandarinets/orm-core/mandarine-orm.ns.ts

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.
Latest
import * as mandarinets from "https://deno.land/x/mandarinets@v2.3.2/orm-core/mandarine-orm.ns.ts";

Namespaces

Contains all the essentials for Mandarine's ORM to work.

References to a connection/connector classes.

Contains the defaults for Mandarine's ORM

Contains all the essentials related to an entity.

Enums

Contains the dialects supported by Mandarine

Interfaces

Connector interface for a database provider connection.

Default connector client.

Default connector options.

Contains the interface for a dialect implementation. This is used when a new database system will be added to Mandarine as this class defines how syntax should be written

Contains the information of a column

Contains the information the @Column decorator can and will have

Contains the information & structure of a table

Contains the metadata of a table such as its schema and its name