nameko-sqlalchemy
nameko-sqlalchemy copied to clipboard
SQLAlchemy dependency for nameko services
Hi, can you give me a simple example on how to use nameko-sqlalchemy as DependencyProvider for a service that has to connect to a mysql database? Sorry but from this...
When following your example for legacy use of session. i miss the positional argument declarative_base. which seems logic when i see the code
Even for nameko-example, the test cannot be rerun on the 2nd time because the table was dropped
more documentation is needed for this project
Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 to 1.1.1. Release notes Sourced from pymysql's releases. v1.1.1 [!WARNING] This release fixes a vulnerability (CVE-2024-36039). All users are recommended to update to this version. If...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
The following PR is based on changes by @5362396 and should be enough to get nameko-sqlalchemy working with both 1.4 and 2.0 releases of SQLAlchemy. I also dropped Python 3.8...