Skip to main content

MySQL

MySQL Class Constructor

Table Of MySQL Class Contents

Create Class

const MySQL = require('mysql-database');
const database = new MySQL();

Class Events

Note

Events are only emitted if the action is taken from the library, which means if you manage the database from other connection, events would not work

Class Methods