-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Branden Horiuchi edited this page Jul 6, 2015
·
6 revisions
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.
knex-schemer