[Bug 255958] New port: databases/emacsql High-level Emacs Lisp RDBMS front-end

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 17 23:49:21 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255958

            Bug ID: 255958
           Summary: New port: databases/emacsql High-level Emacs Lisp
                    RDBMS front-end
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: yasu at utahime.org

Created attachment 225045
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225045&action=edit
Patch file

EmacSQL is a high-level Emacs Lisp front-end for SQLite (primarily),
PostgreSQL, MySQL, and potentially other SQL databases.

It works by maintaining a inferior process running (a "connection") for
interacting with the back-end database. Connections are automatically cleaned
up if they are garbage collected. All requests are synchronous.

Any readable lisp value can be stored as a value in EmacSQL, including numbers,
strings, symbols, lists, vectors, and closures. EmacSQL has no concept of
"TEXT" values; it's all just lisp objects. The lisp object nil corresponds 1:1
with NULL in the database.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list