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
Projections provide a setup() method that allows them to automatically create/update the storage schema.
If used standalone it would be useful to leave that to the application, e.g. in order to provide users with an interactive experience ("do you want to create the following tables...").
Not sure if it's really required but It's not obsolete. The idea came from someone that plans to use the ESCR standalone and wants to have more control over db migration
Projections provide a
setup()
method that allows them to automatically create/update the storage schema.If used standalone it would be useful to leave that to the application, e.g. in order to provide users with an interactive experience ("do you want to create the following tables...").
Therefore we could introduce some interface like:
and implement that in our DBAL-based projections.
Related: #4227
The text was updated successfully, but these errors were encountered: