py-sqlalchemy_seed
py-sqlalchemy_seed copied to clipboard
Feature/add table support
This adds some support for creating sqlalchemy Table object inserts.
This is mainly to aid in the support of M2M relations in projects that use Table rather than Model.
The PR should be considered a WIP for now as I'd like some feedback on whether the approach is acceptable.
@scaryclam Thank you for your PR! I'll look it into later.
BTW, tests are failed. Could you check? https://travis-ci.org/heavenshell/py-sqlalchemy_seed/jobs/549389130#L557-L558
Thank you for PR. I added some review comments. Please check it 😄
Yaml defeinition is LGTM.