branch: elpa/emacsql commit f8d9511d1d401e157b0fef6123a9e6435bfaa560 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@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