branch: elpa/emacsql commit 42c2fd7569b1faf61e1fffff09ce30ab9501af61 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Tweak limitation wording. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eece045ff..f8a0ff9e8d 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,8 @@ 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. +types. This is an efficient, ACID-compliant database specifically for +Emacs. ## See Also