connection-string: A library for parsing connection strings.

[ bsd3, library, text ] [ Propose Tags ]

Parses connection strings in a manner that agrees with the format that .NET accepts (e.g. ADO.NET).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0
Dependencies base (>=4.7 && <5), case-insensitive, containers, megaparsec, parser-combinators [details]
License BSD-3-Clause
Copyright 2018 George Pollard
Author George Pollard <porges@porg.es>
Maintainer George Pollard <porges@porg.es>
Category Text
Home page https://github.com/Porges/connection-string-hs
Source repo head: git clone git://github.com/Porges/connection-string-hs.git
this: git clone git://github.com/Porges/connection-string-hs.git(tag v0.2.0.0)
Uploaded by GeorgePollard at 2018-05-23T06:18:56Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1281 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-23 [all 1 reports]

Readme for connection-string-0.2.0.0

[back to package description]

connection-string

Easy connection string parsing for Haskell.

Travis build Hackage

See the documentation on Hackage.