You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
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!
The text was updated successfully, but these errors were encountered: