branch: elpa/emacsql commit 25f981706480928eabe98916d6c90417b3f6d31d Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Add work-in-progress note back. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbab63fdbe..ef41cdfef4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Emacsql -Emacsql is a high-level Emacs Lisp front-end for SQLite. +Emacsql is a high-level Emacs Lisp front-end for SQLite. It is +currently a work-in-progress as the s-expression query language is +still being hammered out. It works by keeping a `sqlite3` inferior process running (a "connection") for interacting with the back-end database. Connections