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 | |