Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/db-migrate/node-db-migrate
Database migration framework for node
https://github.com/db-migrate/node-db-migrate
Last synced: 30 days ago
JSON representation
Database migration framework for node
- Host: GitHub
- URL: https://github.com/db-migrate/node-db-migrate
- Owner: db-migrate
- License: other
- Created: 2011-12-09T16:08:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T13:34:34.000Z (9 months ago)
- Last Synced: 2024-04-13T21:55:47.412Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.28 MB
- Stars: 2,309
- Watchers: 22
- Forks: 355
- Open Issues: 123
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Backers on Open Collective](https://opencollective.com/node-db-migrate/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/node-db-migrate/sponsors/badge.svg)](#sponsors)
[![Build Status](https://github.com/db-migrate/node-db-migrate/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/db-migrate/node-db-migrate/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/db-migrate/badge/?version=latest)](https://readthedocs.org/projects/db-migrate/?badge=latest)# db-migrate
[![Join the chat at https://gitter.im/db-migrate/node-db-migrate](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/db-migrate/node-db-migrate?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![NPM](https://nodei.co/npm/db-migrate.png?downloads=true&downloadRank=true)](https://nodei.co/npm/db-migrate/)
Database migration framework for node.js
# Platinum sponsors
[](https://www.wizardtales.com)
[Details about sponsorships](https://github.com/db-migrate/node-db-migrate/issues/605)
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/node-db-migrate#sponsor)] or reach out to [email protected].
# Usage
## Installation
$ npm install -g db-migrate
DB-Migrate is now available to you via:
$ db-migrate
### As local module
Want to use db-migrate as local module?
$ npm install db-migrate
DB-Migrate is now available to you via:
$ node node_modules/db-migrate/bin/db-migrate
## Officially 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/
# Support db-migrate
## Backers
A big thank you to our backers. You're a tremendous and important help, to keep the project healthy! [[Become a backer](https://opencollective.com/node-db-migrate#backer)]
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/node-db-migrate#sponsor)] or reach out to [email protected].
## License
(The MIT License)
Copyright (c) 2015 Tobias Gurtzick
Copyright (c) 2013 Jeff Kunkle
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.