Movatterモバイル変換


[0]ホーム

URL:


Hackage :: [Package]

postgresql-simple-url:Parse postgres:// url into ConnectInfo

[database,library,mit ] [Propose Tags ] [Report a vulnerability ]

TheDatabase.PostgreSQL.Simple.URL module in this package exportstwo helper functionsparseDatabaseUrl andurlToConnectInfo toconstructConnectInfo from URI (or string).

>>> parseDatabaseUrl "postgres:/foo:bar@example.com:2345database"Just (ConnectInfo "example.com" 2345 "foo" "bar" "database")

[Skip to Readme]

Modules

[Index]

Downloads

Note: This package hasmetadata 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.1.0.1,0.2.0.0,0.2.1.0
Change logCHANGELOG.md
Dependenciesbase (>=4.6 && <4.20),network-uri (>=2.6 && <2.7),postgresql-simple (>=0.4 && <0.8),split (>=0.2 && <0.3) [details]
Tested with ghc ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1
LicenseMIT
CopyrightCopyright © 2014-2018 Futurice OY, Oleg Grenrus
AuthorOleg Grenrus
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
RevisedRevision 9 made byphadej at2023-11-20T11:42:54Z
CategoryDatabase
Home pagehttps://github.com/futurice/postgresql-simple-url
Source repohead: git clonehttps://github.com/futurice/postgresql-simple-url
Uploadedbyphadej at2018-03-20T20:04:46Z
Distributions
Reverse Dependencies1 direct, 0 indirect [details]
Downloads5402 total (5 in the last 30 days)
Rating(no votes yet)[estimated byBayesian average]
Your Rating
  • λ
  • λ
  • λ
StatusDocs available[build log]
Last success reported on 2018-03-20[all 1 reports]

Readme for postgresql-simple-url-0.2.1.0

[back to package description]

posgresql-simple-url

Build Status

Url parser for posgresql-simple. Useful in heroku.

Produced byhackage andCabal 3.12.1.0.


[8]ページ先頭

©2009-2025 Movatter.jp