This feature allows you to define and start multiple event stores sharing a single Postgres database, but with their data isolated and segregated by schema.
Note the mix event_store.<task> tasks to create, initialize, and drop an event store database will also handle creating and/or dropping the schema.
Allow an event store to specify a Postgres schema. By default the
public
schema will be used.Or define it in environment config when configuring the database connection settings:
This feature allows you to define and start multiple event stores sharing a single Postgres database, but with their data isolated and segregated by schema.
Note the
mix event_store.<task>
tasks to create, initialize, and drop an event store database will also handle creating and/or dropping the schema.