Nikita Davydov

Results 8 comments of Nikita Davydov
trafficstars

@TomFaulkner Maybe we will move to your fork to improve and maintain this?

Just look into the sources of the official motor library: https://github.com/mongodb/motor/blob/master/motor/metaprogramming.py#L25 Any project that will use that for their requests to the mongoDB will have the performance decreased for sure.

They just have the dead JIRA ticket about that so seems like they're not going to implement the real asyncio connection

The connection string is default `postgres://log:pass@host:5432/db_name` as usual I'm using cloud managed database, if I use sslmode=verfiy-full, it says that it's invalid connection string: invalid value for option `sslmode`.

The result is Database engine pool exception: Error occurred while creating a new object: error performing TLS handshake: no TLS implementation configured

The documentation says that I should use sslmode=verify-full [reference](https://yandex.cloud/en/docs/managed-postgresql/quickstart#connect)

Sure, looking forward your updates