MySQL database driver with schema-less JSON storage - lightweight and fast data persistence using mysql2
npm install @hawiah/mysqlMySQL database driver with schema-less JSON storage using mysql2.
``bash``
npm install @hawiah/mysql
- MySQL database support with mysql2
- Schema-less JSON storage
- Connection pooling
- Transaction support
- Unified IDriver interface
- Automatic table creation
- Query optimization tools
MIT