import * as mandarinets from "https://deno.land/x/mandarinets@v2.3.2/orm-core/core/entityManager.ts";
Classes
This class represents the entity manager which contains all the necessary methods & references for Mandarine to interact with your database. This class handles the creation of new entities or new columns in entities as well as the interaction with your application and MQL |