-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Branden Horiuchi edited this page Sep 18, 2015
·
6 revisions
knex-schemer is a tool that allows you to define a database schema in JSON using Knex-Schemer Definition Format or KSDF and create/update/delete that schema using basic transactional 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 instance to operate. |
knex-schemer