{"library":"algaeh-mysql","type":"library","category":null,"description":"A promise-based MySQL connection handling and query execution library designed for internal company use. Version 1.5.2 provides a simple API for executing queries, managing transactions, bulk inserts/updates with key mapping, and automatic connection release. It requires a custom configuration file (default path: keys/keys.js) and wraps mysql2. Not actively maintained for the public; use mysql2 directly for production.","language":"javascript","status":"maintenance","version":"1.5.2","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install algaeh-mysql","imports":["import algaehMysql from 'algaeh-mysql'","const _mysql = new algaehMysql()","_mysql.executeQuery({ query: '...', values: [...] })","_mysql.executeQueryWithTransaction({ query: '...', values: [...] })","_mysql.releaseConnection()"]},{"cmd":"yarn add algaeh-mysql","imports":[]},{"cmd":"pnpm add algaeh-mysql","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"algaeh-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}