Jack Wotherspoon
Jack Wotherspoon
Testing [pypy](https://www.pypy.org/) with the Python Connector - [asyncpg](https://github.com/MagicStack/asyncpg/issues/675) does not support `pypy` since it is a hardcore C-API extension - Python connector usage with `pymysql`, `pg8000`, `pytds` drivers is supported...
Todo: - [ ] Add supporting test infra - [ ] Update README
Currently, the granting and revoking of role to db users is done through a loop. Want to refactor code so single command will grant role to all users of a...
Is there the ability in `asyncmy` to create database connections from a pre-configured SSL/TLS Socket? Pymysql allows a `sock` argument to it's `connect` method ([code](https://github.com/PyMySQL/PyMySQL/blob/main/pymysql/connections.py#L626)) that allows passing in a...
I'd like to add support for creating a postgres connection over an existing socket like object. In this approach startTLS can or cannot be used depending on the caller. This...
Looking to add a socket factory callback to `connect` in order to allow connections from pre-configured socket like object. Closes #1054
Add support for Trusted Partner Cloud (TPC) environments through custom universe domain configuration. Allows users to configure TPC via `--universe-domain` flag set to the universe domain of their TPC environment....
This bug is to track adding the details of the Proxy help message to the README documentation and align on a process for documenting new flags moving forward. Currently when...