Hello,
First of all, I'm really glad to see this feature.
I would like to automatically handle ORM settings based on environment. However, according to the docs setupEnvironment() is "executed on every request". So, I have to run ORMreload() to make the changes stick but a setting like dbcreate="dropcreate/update" on my dev-server makes that untenable. Am I stuck hard-coding these settings? or, is there another way [within the framework]?
Thank You,
Matt