Package Exports
- @golemio/db-migrate
- @golemio/db-migrate/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@golemio/db-migrate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Forked from db-migrate, originally developed by Tobias Gurtzick
Database migration framework for node.js
Usage
Installation
$ npm install -g db-migrateDB-Migrate is now available to you via:
$ db-migrateAs local module
Want to use db-migrate as local module?
$ npm install db-migrateDB-Migrate is now available to you via:
$ node node_modules/db-migrate/bin/db-migrateOfficially Supported Databases
- Mysql (https://github.com/felixge/node-mysql) https://github.com/db-migrate/mysql
- PostgreSQL (https://github.com/brianc/node-postgres) https://github.com/db-migrate/pg
- sqlite3 (https://github.com/developmentseed/node-sqlite3) https://github.com/db-migrate/sqlite
- Mongodb (https://github.com/mongodb/node-mongodb-native) https://github.com/db-migrate/mongodb
Resources and usage instructions
Please follow the link below, for usage instructions examples and the full documentation of db-migrate.
Documentation: https://db-migrate.readthedocs.io/en/latest/