bonobo-sqlalchemy
bonobo-sqlalchemy copied to clipboard
PREVIEW - SQL databases in Bonobo, using sqlalchemy
Hi `python-bonobo/bonobo-sqlalchemy`! This is not an automatic, 🤖-generated PR, as you can check in my [GitHub profile](https://github.com/p-), I work for GitHub and I am part of the [GitHub Security Lab](https://securitylab.github.com/)...
I think passing client_encoding=utf8 in create_postgresql_engine() directly no a good solution, client_encoding is for postgres, so if you use mysql or any thing else..., it won"t work
These are the fixes I needed to make in order to get this working. Not sure if this is the correct way of fixing these problems though.