emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 1074113f03 016/427: Add readability note.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 1074113f03 016/427: Add readability note.
Date: Tue, 13 Dec 2022 02:59:23 -0500 (EST)

branch: elpa/emacsql
commit 1074113f03778bb52163d17615595366dda07fc8
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Add readability note.
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 1cf833ea4b..47f437eb54 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ It works by keeping a `sqlite3` inferior process running (a
 are automatically cleaned up if they are garbage collected. All
 requests are synchronous.
 
+Any [readable lisp value][readable] can be stored as values in
+Emacsql, including numbers, strings, symbols, lists, vectors, and
+closures. Emacsql has no concept of "TEXT" values, it's all just lisp
+objects.
+
 Requires Emacs 24 or later.
 
 ```el
@@ -36,3 +41,6 @@ Due to limitations of the SQLite command line program, 
emacsql is
 database. Text values and blobs are stored encoded as s-expressions in
 order to avoid ambiguities in parsing output from the command line.
 This is a high-performance database specifically for Emacs.
+
+
+[readable]: 
http://nullprogram.com/blog/2013/12/30/#almost_everything_prints_readably



reply via email to

[Prev in Thread] Current Thread [Next in Thread]