Is there a way to get silverstripe to generate Dataobjects from an existing schema? Sort of the reverse to /dev/build
I have an existing project which I want to migrate to Silverstripe, unfortunately this means creating Dataobject classes for 30+ tables.
Either no one has ever done this or my google foo is not that good?
Being a dev, Im sure I could automate this myself but I'm debating if it will be any quicker than just creating them manually?