Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres event store with schema support #157

Closed
ghettovoice opened this issue May 24, 2018 · 1 comment
Closed

Postgres event store with schema support #157

ghettovoice opened this issue May 24, 2018 · 1 comment

Comments

@ghettovoice
Copy link
Contributor

Hello,
thank you for the awesome library!
I use pdo store with postgres and I want to create store tables in the custom DB schema.
Is it planned to add support of multi schemas event stores in PostrgesEventStore and Persistence strategies? Currently this is impossible due to quoting the whole $tableName variable.
Thanks!

@ghettovoice
Copy link
Contributor Author

ghettovoice commented May 25, 2018

I need this feature in my current working project where we have separate schema for each module.
So I've done a pull request with changes to Pg related classes to add such feature.
Seems like all works as before, tests are passed. Let me know if you have questions about pull request.
Thank you for the great job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants