py-sqlalchemy_seed icon indicating copy to clipboard operation
py-sqlalchemy_seed copied to clipboard

Feature/add table support

Open scaryclam opened this issue 5 years ago • 2 comments

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 avatar Jun 23 '19 15:06 scaryclam

@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

heavenshell avatar Jun 23 '19 15:06 heavenshell

Thank you for PR. I added some review comments. Please check it 😄

Yaml defeinition is LGTM.

heavenshell avatar Jun 24 '19 14:06 heavenshell