xataio / pgroll

PostgreSQL zero-downtime migrations made easy
https://www.xata.io
Apache License 2.0
2.97k stars 54 forks source link

Revert: Add `WithRawSQLURL` to configure an optional URl for raw sql operations #333

Closed andrew-farries closed 5 months ago

andrew-farries commented 5 months ago

Revert #315 as there is no longer a demonstrated need for this option.

The WithSQLTransformer option was added (#329) and can be used to transform raw SQL operations in #330, removing the need for the WithRawSQLURL option.