commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.05k stars 146 forks source link

Allow configuring the default database #277

Closed suzdalnitski closed 1 year ago

suzdalnitski commented 1 year ago

The current configuration assumes that the default database will always be postgres. This doesn't work with some managed database providers (such as DigitalOcean), which don't allow access to the postgres database.

This PR makes it possible to configure the default database name.

slashdotdash commented 1 year ago

Thanks for the pull request @suzdalnitski.