Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2021 23:49:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255958] New port: databases/emacsql High-level Emacs Lisp RDBMS front-end
Message-ID:  <bug-255958-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255958

            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@FreeBSD.org
          Reporter: yasu@utahime.org

Created attachment 225045
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225045&action=
=3Dedit
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 clean=
ed
up if they are garbage collected. All requests are synchronous.

Any readable lisp value can be stored as a value in EmacSQL, including numb=
ers,
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255958-7788>