{"library":"ac-bootstrap-mysql","type":"library","category":null,"description":"MySQL initialization and connection helper for AdmiralCloud applications. Version 2.0.20 supports async/await (promise-based) queries via app.mysqlPromise and legacy callback-based queries via app.mysql. It is fully backwards compatible with version 1, supports AWS RDS SSL certificates, and integrates with app.config for database configuration. Released as part of the AdmiralCloud ecosystem, the package is actively maintained with CI/CD and CodeQL scanning. Key differentiator: it simplifies MySQL bootstrap and querying within the AdmiralCloud framework, providing both promise and callback interfaces.","language":"javascript","status":"active","version":"2.0.20","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install ac-bootstrap-mysql","imports":["import acbMysql from 'ac-bootstrap-mysql'","const acbMysql = await import('ac-bootstrap-mysql')","const [rows, fields] = await app.mysqlPromise[serverName].query(query)","app.mysql[serverName].query(query, callback)"]},{"cmd":"yarn add ac-bootstrap-mysql","imports":[]},{"cmd":"pnpm add ac-bootstrap-mysql","imports":[]}],"homepage":"https://github.com/admiralcloud/ac-bootstrap-mysql#readme","github":"https://github.com/admiralcloud/ac-bootstrap-mysql","docs":null,"changelog":null,"pypi":null,"npm":"ac-bootstrap-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}