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

Add ability to load multiple models to orm #329

Closed
alvassin opened this issue Sep 7, 2013 · 1 comment
Closed

Add ability to load multiple models to orm #329

alvassin opened this issue Sep 7, 2013 · 1 comment

Comments

@alvassin
Copy link

alvassin commented Sep 7, 2013

Currently we can pass only one model file name in db.load method.
I propose to implement ability to pass list of models to db.load method - in this case it will be very easy to all your models, especially if you have each model in separate file.

@dresende
Copy link
Owner

You can nest db.load, but I guess changing it to pass all loads at once could be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants