postgresql-connection-string: PostgreSQL connection string type, parser and builder
A library for parsing and constructing PostgreSQL connection strings (URIs and keyword/value format).
Supports the full PostgreSQL connection URI format as specified in the PostgreSQL documentation, including:
User and password authentication
Single and multiple host specifications with optional ports
Database name specification
Connection parameters as query string
Percent-encoding for special characters
The library provides both parsing (from Text to structured representation) and rendering (back to connection string format, either as URI or keyword/value pairs).
[Skip to Readme]
library postgresql-connection-string
library postgresql-connection-string:percent-encoding
library postgresql-connection-string:platform
Downloads
- postgresql-connection-string-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.13 && <5), bytestring (>=0.10 && <0.13), charset (>=0.3.12 && <0.4), containers (>=0.6 && <0.9), hashable (>=1.2 && <2), megaparsec (>=9.2.1 && <10.0), postgresql-connection-string, QuickCheck (>=2.14 && <2.16), text (>=1.2 && <3), text-builder (>=1 && <1.1) [details] |
License | MIT |
Copyright | (c) 2025, Nikita Volkov |
Author | Nikita Volkov <nikita.y.volkov@mail.ru> |
Maintainer | Nikita Volkov <nikita.y.volkov@mail.ru> |
Category | Database, PostgreSQL |
Home page | https://github.com/nikita-volkov/postgresql-connection-string |
Bug tracker | https://github.com/nikita-volkov/postgresql-connection-string/issues |
Source repo | head: git clone https://github.com/nikita-volkov/postgresql-connection-string |
Uploaded | by NikitaVolkov at 2025-10-10T09:44:53Z |
Distributions | |
Downloads | 2 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2025-10-10 [all 1 reports] |