hasql-url

Version 0.3.0.0 revision 0 uploaded by shinzui.

Package meta

Synopsis
Parse PostgreSQL connection URI into Hasql.Connection Settings
Description

The Hasql.URL module in this package exports a helper function parseDatabaseUrl to construct Settings from a URI (or string). . >>> parseDatabaseUrl "postgres://username:passwordlocalhost:5433/database" Just "host=localhost port=5433 user=username password=password dbname=database" @

Author
Nadeem Bitar
Bug reports
https://github.com/shinzui/hasql-url/issues
Category
Utility
Copyright
2020 Nadeem Bitar
Homepage
https://github.com/shinzui/hasql-url
Maintainer
Nadeem Bitar <nadeem@gmail.com>
Package URL
n/a
Stability
n/a

Components