py-sqlalchemy_seed
py-sqlalchemy_seed copied to clipboard
Simple data seeder using SQLAlchemy.
This PR updates [SQLAlchemy](https://pypi.org/project/SQLAlchemy) from **1.4.38** to **1.4.40**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/sqlalchemy - Changelog: https://pyup.io/changelogs/sqlalchemy/ -...
This PR updates [flake8](https://pypi.org/project/flake8) from **3.9.2** to **5.0.4**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/flake8 - Changelog: https://pyup.io/changelogs/flake8/ -...
This PR updates [pyyaml](https://pypi.org/project/pyyaml) from **5.4.1** to **6.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/pyyaml - Homepage: https://pyyaml.org/
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...