mattes / migrate

Database migrations. CLI and Golang library.
Other
2.29k stars 326 forks source link

Will this work with the pgx Go Postgres driver? #207

Closed joelpresence closed 7 years ago

joelpresence commented 7 years ago

I see that you use pq but we are aiming to use pgx. Do you foresee any conflicts between these two if we use both migrate and pgx in the same project?

Thanks! And thanks for making migrate available.

mattes commented 7 years ago

I don't see any conflicts unless you try to use WithInstance for the initialization of the driver.

joelpresence commented 7 years ago

Thanks @mattes ! Closing.