feat: added _ready/ready vars to MySql

pull/243/head
Josh Moore 11 months ago
parent 5e6c918ec2
commit 821acf0cd8

@ -7,6 +7,9 @@ type TableNamesType = 'assfiles' | 'assusers' | 'asstokens';
export class MySql {
private static _pool: Pool;
private static _ready: boolean = false;
public static get ready() { return MySql._ready; }
/**
* Quick function for creating a simple JSON table
*/

Loading…
Cancel
Save