Melih Degis

Results 2 issues of Melih Degis

Currently, I did not find any settings or variables that could be used to trigger multi-platform Docker builds. With M1 MBPs, arm64 architecture is (and will be more) mainstream IMO....

enhancement

I would like to manage rotating password for database connection. In SQLAlchemy, [create_engine](https://docs.sqlalchemy.org/en/13/core/engines.html#sqlalchemy.create_engine) method supports the argument `creator` and I can do something like this: ```python create_engine('postgresql://', creator=lambda: psycopg2.connect(make_dsn_string())) ```...