SensibleUX / mirificus-codegen

The codegen package for Mirificus allows for ORM generation from various sources.
2 stars 2 forks source link

Codegen templates #6

Open scottux opened 11 years ago

scottux commented 11 years ago

When we generate code from templates, we need to be able to specify an ORM class to extend. This may involve creating mirificus-orm or mirificus-model

scottux commented 11 years ago

How many templates should we bundle and how do we deal with loading custom ones?

var-foo commented 11 years ago

We need to determine which templates will be the most commonly use and bundle those. As for loading custom ones... idk yet. Lemme think on that.

scottux commented 11 years ago

We could just have a "base Model" setting and use that to generate the ORM parent.