init
Creates a collection in the database, if collection does not exist
Signature
init(session: mysqlx.Session): Promise<void>;
Example
await db.usingSession(async (session) => {
await employeeController.init(session);
});
Last updated
Creates a collection in the database, if collection does not exist
Signature
init(session: mysqlx.Session): Promise<void>;
Example
await db.usingSession(async (session) => {
await employeeController.init(session);
});
Last updated