emacs-pg
Emacs Lisp interface for PostgreSQL
This module lets you access the PostgreSQL object-relational DBMS from Emacs, using its socket-level frontend/backend protocol. The module is capable of automatic type coercions from a range of SQL types to the equivalent Emacs Lisp type. This is a low level API, and won't be useful to end users.
- Versions: 0.54
- Website: https://github.com/emarsden/pg-el
- Licenses: GPL 2+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-pg
as follows:
guix install emacs-pg
Or install a particular version:
guix install emacs-pg@0.54
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-pg about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-pg'><img src='https://packages.guix.gnu.org/packages/emacs-pg/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-pg)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-pg][https://packages.guix.gnu.org/packages/emacs-pg/badges/latest-version.svg]]