a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: 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.
Description: pg.el -- Emacs Lisp socket-level interface to the PostgreSQL RDBMS
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.
.
Supported features:
.
- SCRAM-SHA-256 authentication (the default method since PostgreSQL
version 14) and MD5 authentication.
.
- Encrypted (TLS) connections between Emacs and the PostgreSQL
backend.
.
- Support for the SQL COPY protocol to copy preformatted data to
PostgreSQL from an Emacs buffer.
.
- Asynchronous handling of LISTEN/NOTIFY notification messages from
PostgreSQL, allowing the implementation of publish-subscribe type
architectures (PostgreSQL as an "event broker" or "message bus"
and Emacs as event publisher and consumer).
.
- Support for PostgreSQL's extended query syntax, that allows for
parameterized queries to protect from SQL injection issues.
.
This is a low level API, and won't be useful to end users. If you're
looking for a browsing/editing interface to PostgreSQL, see the
PGmacs module from https://github.com/emarsden/pgmacs/.
--- 277878 Thu Jan 1 00:00:00 1970
+++ 314196 Thu Jan 1 00:00:00 1970
@@ -1,7 +1,28 @@
-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.
+pg.el -- Emacs Lisp socket-level interface to the PostgreSQL RDBMS
+ 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.
+ Supported features:
+ .
+ - SCRAM-SHA-256 authentication (the default method since PostgreSQL
+ version 14) and MD5 authentication.
+ .
+ - Encrypted (TLS) connections between Emacs and the PostgreSQL
+ backend.
+ .
+ - Support for the SQL COPY protocol to copy preformatted data to
+ PostgreSQL from an Emacs buffer.
+ .
+ - Asynchronous handling of LISTEN/NOTIFY notification messages from
+ PostgreSQL, allowing the implementation of publish-subscribe type
+ architectures (PostgreSQL as an "event broker" or "message bus"
+ and Emacs as event publisher and consumer).
+ .
+ - Support for PostgreSQL's extended query syntax, that allows for
+ parameterized queries to protect from SQL injection issues.
+ .
+ This is a low level API, and won't be useful to end users. If you're
+ looking for a browsing/editing interface to PostgreSQL, see the
+ PGmacs module from https://github.com/emarsden/pgmacs/.