fergusstrange / embedded-postgres

Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test
MIT License
854 stars 89 forks source link

Add error info in message 'unable to init db' #77

Closed dor-utila closed 2 years ago

dor-utila commented 2 years ago

Fixes #78

fergusstrange commented 2 years ago

Hey @dor-utila, happy to merge this in once you've fixed up tests.

Looks like you're using a package not included in the current dependencies.

dor-utila commented 2 years ago

Hey @dor-utila, happy to merge this in once you've fixed up tests.

Fixed, thanks :)

fergusstrange commented 2 years ago

Great stuff, I'll release this shortly once I've done some sanity tests locally.

mackinleysmith commented 2 years ago

Hey y'all, is this ready for release by any chance? We would benefit quite a bit from it, as we run into some difficult to debug errors locally on macOS.

fergusstrange commented 2 years ago

@mackinleysmith apologies I totally forgot to actually release this!

Released here .

mackinleysmith commented 2 years ago

Thanks so much!!