mysticmind / mysticmind-postgresembed

Postgres embedded server equivalent including extensions for .Net applications
MIT License
143 stars 26 forks source link

Support custom maven repositories #27

Closed kojo12228 closed 1 year ago

kojo12228 commented 1 year ago

It's fantastic the package now supports Linux, but it also now has a hard dependency on https://repo1.maven.org/maven2. This PR would allow for the embedded Postgres binaries to be obtained from another maven repository source.

mysticmind commented 1 year ago

@kojo12228 Thanks for the PR, it is good to support other Maven repository source. Earlier, we were pulling packages via NuGet, I am planning to also add back NuGet as a repo source so that there are more options to use.

mysticmind commented 1 year ago

@kojo12228 FYI, 3.1.0 is released to NuGet.