mysql2-dx is a lightweight, developer-friendly wrapper for the excellent mysql2/promise library. It simplifies common database operations, enforces type safety with Zod, and provides a clean, ...
├── config/ │ └── db.js ├── controllers/ │ ├── userController.js │ └── chatController.js ├── database/ │ └── schema.sql ├── middleware/ │ └── authMiddleware.js ├── models ...