jonathangeiger / kohana-jelly

See the link below for the most up-to-date code
https://github.com/creatoro/jelly
MIT License
146 stars 34 forks source link

Jelly database generator #136

Closed ckald closed 14 years ago

ckald commented 14 years ago

I suppose, everyone is thinking about full coding-less modularity for our projects. You just login as admin, check some modules, and they are installing: creating database tables setting up routes and so on.

It would be nice, if Jelly could generate some SQL code basing on the model (through database drivers)

bmidget commented 14 years ago

You could certainly make a module that'd do what you're suggesting.

I think adding this to Jelly itself is too much bloat.

ckald commented 14 years ago

Okey, I'll report somewhere on result

jonathangeiger commented 14 years ago

Looks like ollym has a Jelly driver for his migration module. Is that what you're looking for?

http://github.com/ollym/migration

ckald commented 14 years ago

Fantastic, that is it. Sorry, I didn't notice. The only problem is huge amount of very different code type (one type by commiter) in any smallest project) I will have many work on refactoring