psqlpy-python / psqlpy

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

Add generic function to support `copy_to_table` and `copy_from_table` methods. #73

Open chandr-andr opened 3 months ago

chandr-andr commented 3 months ago

Need to support copy_to_table and copy_from_table functions like in PsycoPG and AsyncPG.