Skip to content

Conversation

@maxdml
Copy link
Collaborator

@maxdml maxdml commented Nov 6, 2025

Postgres / libpq accepts connection strings in a key value format.

Today we already support this transparently in the SDK.

But we don't mask passwords well when these are passed.

The CLI doesn't support this format.

This PR:

  • Add some logic to mask passwords when printing the connection parameters
  • Fix the CLI to allow these strings.

addresses #172

@maxdml maxdml changed the base branch from main to custom-serializer November 6, 2025 00:58
@maxdml maxdml marked this pull request as ready for review November 11, 2025 23:35
@maxdml maxdml changed the base branch from custom-serializer to main November 11, 2025 23:40
@maxdml maxdml merged commit 4e8fb10 into main Nov 12, 2025
3 checks passed
@maxdml maxdml deleted the support-kv-db-url branch November 12, 2025 00:33
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.

3 participants