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

Create a helpers module inside remodel #16

Closed
linkyndy opened this issue Feb 28, 2015 · 0 comments
Closed

Create a helpers module inside remodel #16

linkyndy opened this issue Feb 28, 2015 · 0 comments

Comments

@linkyndy
Copy link
Owner

remodel.utils should contain just the utilities needed for remodel's core, not helpers used by users to leverage some operations. Therefore, create_tables and create_indexes should be moved from there to a helpers module (remodel.helpers).

Additionally, it would be nice to have an additional helper, drop_tables.

This issue should be considered as a follow-up to #13.

@linkyndy linkyndy added this to the v0.4.0 milestone Feb 28, 2015
linkyndy added a commit that referenced this issue Feb 28, 2015
Moved create_tables() and create_indexes() from remodel.utils to
remodel.helpers;
Tweaked create_tables() a bit more.
linkyndy added a commit that referenced this issue Feb 28, 2015
linkyndy added a commit that referenced this issue Mar 4, 2015
linkyndy added a commit that referenced this issue Mar 4, 2015
Tests for create_tables() and create_indexes() helpers.
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

1 participant