Objection Model Generator

JSON →
library 1.1.4 ·javascript maintenance
verified Jun 5, 2026

Generates Objection.js model files from a MySQL database schema by querying information_schema. Latest version 1.1.4 supports automatic detection of tables, columns, and BelongsToOneRelations. Requires a database connection and a knex instance path. Primarily a development tool for scaffolding models, not actively maintained since 2023. Alternatives include sequelize-auto or typeorm-model-generator.