MySQL to TypeScript Knex Adapter

JSON →
library 1.0.44 ·javascript
verified Jun 5, 2026

Generates TypeScript interfaces and a typed DB class from MySQL tables for use with Knex.js. Current version 1.0.44. Updated irregularly; primarily a code generator tool. Differentiators: automatic generation from live MySQL schema, includes table prefixes as class properties, and supports type-safe knex queries. Requires peer dependencies: change-case, dotenv, knex, pluralize, and require-from-string.