Skip to content

Conversation

@Cianidos
Copy link
Contributor

Allows adding new options to DriverConfig.db_specific:

"default_query_exec_mode": "cache_statement" | "cache_describe" | "describe_exec" | "exec" | "simple_protocol"
"description_cache_capacity": int32
"statement_cache_capacity": int32

Defaults to exec (no prepared statements and other caches) but still uses the efficient extended binary protocol with pgx.

@Cianidos Cianidos requested a review from yaroher August 25, 2025 10:26
@Cianidos Cianidos self-assigned this Aug 25, 2025
@yaroher
Copy link
Contributor

yaroher commented Aug 25, 2025

LGTM

@yaroher yaroher added the enhancement New feature or request label Aug 25, 2025
@yaroher yaroher merged commit 82cb812 into main Aug 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants