paupino / psqlpack

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

Added ability to publish a project directly #100

Closed paupino closed 6 years ago

paupino commented 6 years ago

Adds the ability to publish a project directly rather than going via psqlpack format.

Also fixes a bug whereby pk's weren't being implied as not null.

Closes #92