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

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

[nongnu] elpa/emacsql f8d9511d1d 025/427: Tweak README limitations parag


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql f8d9511d1d 025/427: Tweak README limitations paragraph.
Date: Tue, 13 Dec 2022 02:59:24 -0500 (EST)

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

    Tweak README limitations paragraph.
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8362cb320f..057f940ba9 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,11 @@ Requires Emacs 24 or later.
 
 ## Limitations
 
-Due to limitations of the SQLite command line program, emacsql is
-*not* intended to play well with other programs accessing the SQLite
-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.
+Emacsql is *not* intended to play well with other programs accessing
+the SQLite database. Non-numeric values are are stored encoded as
+s-expressions TEXT values. This avoids ambiguities in parsing output
+from the command line and allows for storage of Emacs richer data
+types. 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]