db-migrate / pg

A postgresql driver for db-migrate.
Other
67 stars 51 forks source link

Add redhshift support #48

Closed sduluganti closed 4 years ago

commitlint-wzrdtales[bot] commented 4 years ago

There were the following issues with this Pull Request

You may need to change the commit messages to comply with the repository contributing guidelines.


🤖 This comment was generated by commitlint[bot]. Please report issues here.

Happy coding!

commitlint-wzrdtales[bot] commented 4 years ago

There were the following issues with this Pull Request

You may need to change the commit messages to comply with the repository contributing guidelines.


🤖 This comment was generated by commitlint[bot]. Please report issues here.

Happy coding!

wzrdtales commented 4 years ago

if you want to publish a redshift driver, then this is not a thing to be merged in here. but you will want to open an own repo for that.

A small tip: you can derive from the pg driver directly, instead of what you were doing in specific here. Have a look at https://github.com/db-migrate/cockroachdb/blob/master/index.js which is derived from pg.