piggy
piggy copied to clipboard
A friendly PostgreSQL script runner in the spirit of DbUp.
I just noticed that after installing the new _Datalust.Piggy_ package, some unexpected content is linked into my CSPROJ:  (We get the Piggy icon and Attribution folder.) Guessing this is...
Currently, only the default PostgreSQL server port is used; the connection feature should allow this to be overridden.
Would be great if you could install and use piggy as a DotNetCliToolReference. :) Looking good otherwise, going to test run this with our proj soon!
`PostgresException` carries line and column numbers, but we're not surfacing these in failure messages. I'm unsure if/when they'll be set, but it seems like a good bet there will be...
Relative script filenames should produce the same persisted script name on all platforms. Currently, path separators are replaced with `/` uniformly, but e.g. escaped spaces and escaped separators may cause...
* #35 - package and publish as a .NET tool (@nblumhardt) * #26 and #34 - update to .NET 8 incl dependencies (@todthomson, @nblumhardt) * #31 - build improvements incl...