• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D31-Jul-2013464 108

pg.elH A D31-Jul-201349.4 KiB1,222586

README

1pg.el
2
3This is an Emacs Lisp interface for PostgreSQL
4
5This module lets you access the PostgreSQL object-relational DBMS from
6Emacs, using its socket-level frontend/backend protocol. The module is
7capable of automatic type coercions from a range of SQL types to the
8equivalent Emacs Lisp type. This is a low level API, and won't be
9useful to end users. Should work with GNU Emacs 19.34 and up, and
10XEmacs 20 and up. Performance is very poor when not byte-compiled.