1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/databases/pg.el/pkg-descr
Yasuhiro Kimura 8c5327da38 databases/pg.el: New port: PostgreSQL Elisp interface
PR:		255951
Approved by:	lwhsu (mentor)
2021-06-01 03:31:31 -04:00

10 lines
387 B
Plaintext

This is an 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.
WWW: https://github.com/cbbrowne/pg.el