You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
remodel.utils
should contain just the utilities needed for remodel's core, not helpers used by users to leverage some operations. Therefore,create_tables
andcreate_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.
The text was updated successfully, but these errors were encountered: