commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.04k stars 142 forks source link

fix: allow parameters to be pass to the event store connection #257

Closed yordis closed 1 year ago

yordis commented 1 year ago

Allow :parameters option to be passed to the EventStore database connection.

config :my_app, MyApp.EventStore,,
  parameters: [application_name: "my_app"]