Skip to content
Branden Horiuchi edited this page Jul 6, 2015 · 6 revisions

knex-schemer


knex-schemer is a tool that allows you to define a database schema in JSON format and create/update/delete that schema using basic functions. This approach allows you to re-use and extend the schema definition in different parts of your application. It also allows you to create and update database tables quickly. As named, the tool requires a knex.js instance to operate.

Change Log

Usage


Clone this wiki locally