Usage examples
This section shows the common ways to use @catbee/mysql in a Node.js or TypeScript application.
- Basic usage - Connect, query, execute, type rows, and check health
- Connection pooling - Configure pools and operation resilience
- Transactions - Commit, rollback, and use savepoints
- Query builder - Compose parameterized SQL fluently
- Parameters and dates - Named parameters and UTC values