gargoyle-postgresql: Manage PostgreSQL servers with gargoyle
This package provides tools for managing PostgreSQL servers that live in local folders and communicate via a Unix domain socket. It uses the gargoyle package in order to automatically initialize, spin up, and spin down such servers according to client demand.
The `gargoyle-psql` executable is such a client which will try to connect to a PostgreSQL server at a given location:
gargoyle-psql db
psql (9.5.6) Type "help" for help. postgres=#
Note that `gargoyle-psql` assumes that PostgreSQL executables such as psql
are available on the PATH. A custom Gargoyle
is required to use non-standard PostgreSQL installations.
The following is an example of using this package to run postgresql-simple actions using a local DB:
import Database.PostgreSQL.Simple import Gargoyle import Gargoyle.PostgreSQL withDb :: String -> (Connection -> IO a) -> IO a withDb dbPath a = withGargoyle defaultPostgres dbPath $ \dbUri -> a =<< connectPostgreSQL dbUri
Flags
Manual Flags
Name | Description | Default |
---|---|---|
enable-psql-test | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- gargoyle-postgresql-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.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3 (info) |
---|---|
Dependencies | base (>=4.9 && <4.11), bytestring (>=0.10 && <0.11), directory (>=1.3 && <1.4), gargoyle (>=0.1 && <0.2), gargoyle-postgresql, process (>=1.4 && <1.5), stringsearch (>=0.3 && <0.4), text (>=1.2 && <1.3), unix (>=2.7 && <2.8) [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2017 Obsidian Systems LLC |
Author | Obsidian Systems LLC |
Maintainer | maintainer@obsidian.systems |
Category | PostgreSQL |
Uploaded | by RyanTrinkle at 2017-10-12T22:01:31Z |
Distributions | NixOS:0.2.0.2 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | gargoyle-postgres-monitor, gargoyle-psql |
Downloads | 1647 total (5 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |