UNPKG

ckn.data

Version:

11 lines (9 loc) 199 B
class DataConnector { constructor() { this.host = "localhost"; this.user = "root"; this.password = ""; this.database = "mysql"; } } export { DataConnector };