psqlpy-python / psqlpy

Asynchronous Python PostgreSQL driver written in Rust
https://psqlpy-python.github.io/
MIT License
211 stars 3 forks source link

Add the `cursor` method for the `Connection` class. #45

Closed IvanKirpichnikov closed 3 months ago

IvanKirpichnikov commented 3 months ago

Example code

cursor = await connection.cursor()
chandr-andr commented 3 months ago

Done in https://github.com/qaspen-python/psqlpy/pull/46