Skip to content

[Codex] Simplify Ch HTTP core#330

Draft
ruslandoga wants to merge 3 commits intomasterfrom
ruslandoga/new-ch-core
Draft

[Codex] Simplify Ch HTTP core#330
ruslandoga wants to merge 3 commits intomasterfrom
ruslandoga/new-ch-core

Conversation

@ruslandoga
Copy link
Copy Markdown
Collaborator

This replaces the DBConnection-based internals with a smaller lazy HTTP core built on NimblePool and Mint.
The public core is reduced to starting a pool, running queries, and checking out a connection, with URL stored on the pool and query settings/headers/timeouts supplied per request.
It removes the old connection/query/result/stream modules and DBConnection-specific tests, then adds focused pool and HTTP helper coverage for the new API.
Validated with mix test.

@ruslandoga ruslandoga changed the title Simplify Ch HTTP core [Codex] Simplify Ch HTTP core Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant