nukak-mysql
JSON →MySQL adapter for nukak ORM, a TypeScript ORM with declarative JSON query syntax and smart type-safety. Current stable version is 1.9.1. nukak provides a MongoDB-inspired query syntax that compiles to SQL, with full TypeScript inference across joins and nested relations. Unlike traditional ORMs (TypeORM, Sequelize) that use class-based decorators or query builders, nukak serializes queries as JSON, making them transportable from frontend to backend. Supports MySQL, MariaDB, PostgreSQL, SQLite with a unified API. Release cadence is monthly. Requires nukak core ^1.8.1 and mysql2 ^2.3.3 as peer dependencies. Pure ESM package with TypeScript types.