Files
herolib_rust/Cargo.toml
Mahmoud Emad 114d63e590
Some checks failed
Rhai Tests / Run Rhai Tests (pull_request) Has been cancelled
feat: Add PostgreSQL connection pooling support
- Implement connection pooling using `r2d2` and `r2d2_postgres`
- Add connection pool configuration options to `PostgresConfigBuilder`
- Introduce transaction functions with automatic commit/rollback
- Add functions for executing queries using the connection pool
- Add `QueryParams` struct for building parameterized queries
- Add tests for connection pooling and transaction functions
2025-05-09 10:45:53 +03:00

1.7 KiB