Features
- logger/command: Warning message when mysql command is run from server (#97) #97 (Cuchi)
- nui: Use pnpm instead of Yarn (Luke)
Bug Fixes
- execute: handle nil parameters in prepared statements (Linden)
Code Refactoring
- lib/MySQL: use coroutine instead of promise (Linden)
- index: simpler creation of async exports (Linden)
- database: response is always a callback now (Linden)
- database: move from mysql2/promise to callback api (Linden)
- execute: use transactions and parse values (Linden)
Chores
Commits
- b6f850d: Revert "refactor(lib/MySQL): use coroutine instead of promise" (Linden)