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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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), 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>
Revised Revision 1 made by GeorgePollard at 2018-02-24T08:35:26Z
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.1.0.0)
Uploaded by GeorgePollard at 2018-02-24T08:20:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1287 total (6 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-02-24 [all 1 reports]

Readme for connection-string-0.1.0.0

[back to package description]

connection-string

Easy connection string parsing for Haskell.

Travis build Hackage

See the documentation on Hackage.