Skip to content

Conversation

@Pavkazzz
Copy link
Collaborator

  • Add connection string parser to Dsn.parse() for format like 'host=localhost,replica port=5432,5433 dbname=mydb'
  • Support comma-separated hosts and ports with automatic expansion
  • Fix unused type ignore comment and add SQLAlchemy mypy config

- Add connection string parser to Dsn.parse() for format like 'host=localhost,replica port=5432,5433 dbname=mydb'
- Support comma-separated hosts and ports with automatic expansion
- Handle quoted values and additional connection parameters
- Maintain full backward compatibility with existing URL format
- Add comprehensive test coverage (8 new tests)
- Fix unused type ignore comment and add SQLAlchemy mypy config
@Pavkazzz Pavkazzz merged commit cbb263f into master Sep 18, 2025
6 of 7 checks passed
@Pavkazzz Pavkazzz deleted the feature/connection-string-support branch September 18, 2025 16:18
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