branch: elpa/emacsql commit 2053a15b214353ea0595eb2608b1f1db925bc66a Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Add Emacs requirement note. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eae6f6aea2..54b6d03745 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ It works by keeping a `sqlite3` inferior process running (a are automatically cleaned up if they are garbage collected. All requests are synchronous. +Requires Emacs 24 or later. + ```el (defvar db (emacsql-connect "company.sqlite"))