stripe / pg-schema-diff

Go library for diffing Postgres schemas and generating SQL migrations
MIT License
347 stars 25 forks source link

Use connection pool when validating migration plan #95

Closed bplunkett-stripe closed 8 months ago

bplunkett-stripe commented 8 months ago

Description

Use connection pool when validating migration plan

Motivation

Accelerate where possible

Testing

Tested via acceptance tests