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.2.0.3.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) |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.12 && <4.21), bytestring (>=0.10 && <0.13), directory (>=1.3 && <1.4), gargoyle (>=0.1.1.0 && <0.2), gargoyle-postgresql, posix-escape (>=0.1 && <0.2), process (>=1.5 && <1.7), stringsearch (>=0.3 && <0.4), text (>=1.2 && <2.2), unix (>=2.7.2 && <2.9) [details] |
Tested with | ghc ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1 |
License | BSD-3-Clause |
Copyright | Copyright (C) 2017 Obsidian Systems LLC |
Author | Obsidian Systems LLC |
Maintainer | maintainer@obsidian.systems |
Category | PostgreSQL |
Uploaded | by alexfmpe at 2025-01-22T21:27:23Z |
Distributions | NixOS:0.2.0.2 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | gargoyle-postgres-monitor, gargoyle-pg-run, gargoyle-psql |
Downloads | 1611 total (27 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] |