1.0.0 • Published 9 years ago

stringtree-migrate-driver-testsuite v1.0.0

Weekly downloads
3
License
Apache-2.0
Repository
-
Last release
9 years ago

stringtree-migrate-driver-testsuite

A conformance testsuite to help develop drivers for stringtree-migrate - the simple, flexible, database-independent, way to manage automated schema updates.

Installation

If you wish, you can manually install this module using:

$ npm install stringtree-migrate-driver-testsuite

It is more common,though, to declare it in the devDependencies section of the package.json for your driver.

Usage Example:

See stringtree-migrate-driver-mysql for an example of use.

Related resources