paupino / psqlpack

A logical database management system for PostgreSQL enabling incremental database deployment.
Apache License 2.0
8 stars 2 forks source link

Remove separate delta SQL processing #70

Closed paupino closed 7 years ago

paupino commented 7 years ago

Minor PR that doesn't do all that much... basically leverages the new Package::from_connection which we'll use for generating change scripts going forward.

I've decided to keep new databases vs existing databases different still - namely because we don't have to assume that the database exists etc which allows for an easier logical path for SQL generation.

I'm going to keep focusing on delta generation herein to make sure we can apply diffs to a database.