psqlpy
psqlpy copied to clipboard
Asynchronous Python PostgreSQL driver written in Rust
Need to support `copy_to_table` and `copy_from_table` functions like in PsycoPG and AsyncPG.
I recently implemented psycopg3 in my AWS Lambda function as a Layer to successfully query my AWS RDS database. What made this process manageable was the abundance of additional documentation...
updates: - [github.com/pre-commit/pre-commit-hooks: v2.1.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.1.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.11.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.11.10)
When deploying my code using psqlpy on the server, I am encountering an intermittent issue where queries fail with the error cannot prepare statement: statement already exists. However, the same...
https://pyo3.rs/v0.23.0/migration
When I start the code in https://github.com/psqlpy-python/psqlpy/blob/main/docs/usage/frameworks/robyn.md it does not serve