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

☯ knex-schemer

❁ Overview


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.

❁ Documentation