A quick guide to fixing the `SequelizeDatabaseError: Can't create more than max_prepared_stmt_count statements (current value: 16382)` error in Node.js applications using MySQL.
A collection of some of my thoughts and/or learnings.
A quick guide to fixing the `SequelizeDatabaseError: Can't create more than max_prepared_stmt_count statements (current value: 16382)` error in Node.js applications using MySQL.
A collection of resources I use to learn things. This should ideally serve as a reference for anyone that asks how I learn things.