FreeBSD.software
Home/databases/emacsql

emacsql

4.3.3

High-level Emacs Lisp RDBMS front-end

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.

Origin: databases/emacsql
Category: databases
Size: 164KiB
License: UNLICENSE
Maintainer: ports@FreeBSD.org
Dependencies: 2 packages
Required by: 2 packages
$pkg install emacsql

Dependencies (2)

Required By (2 packages)

More in databases