Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About MVC approach #208

Closed
chespinoza opened this issue Jul 6, 2013 · 1 comment
Closed

About MVC approach #208

chespinoza opened this issue Jul 6, 2013 · 1 comment

Comments

@chespinoza
Copy link

Hi Rob,
About my comment at: https://groups.google.com/forum/#!topic/revel-framework/QI5Wyuisf1Q

Play framework have a different folder to define the database schema and add some initial data (ie: conf/evolutions/default/1.sql) IMHO this is a good and clear practice for a MVC approach, because every layer will be more clean, and the framework approach will be easy to understand and begin with it, maybe init.go could implement a logic method to do these tasks only if something was changed at the code that initialize the database schema, I believe that it can be made on a agnostic-db way...

@robfig
Copy link
Contributor

robfig commented Jul 9, 2013

Yeah, right now there is no particular integration with a tool like that, and it seems pointless to create empty directories without more support. Hopefully in the future..

@robfig robfig closed this as completed Jul 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants