prestodb / presto-python-client

Python DB-API client for Presto
Apache License 2.0
239 stars 87 forks source link

Add fetchone/first function #129

Closed Kenchir closed 1 year ago

Kenchir commented 1 year ago

Can we have fetchone or first function on execute() function similar to psycopg?

Kenchir commented 1 year ago

fetchone exists. closing