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

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

[nongnu] elpa/emacsql 58641b9827 115/427: Fill out keywords in README.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 58641b9827 115/427: Fill out keywords in README.
Date: Tue, 13 Dec 2022 02:59:33 -0500 (EST)

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

    Fill out keywords in README.
---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 77fea6ca74..46b2465ecb 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,22 @@ Provides `FROM`.
 [... :from employees]
 ```
 
+#### :where `<expr>`
+
+Provides `WHERE`.
+
+```el
+[... :where (< count 10)]
+```
+
+#### :group-by `<expr>`
+
+Provides `GROUP BY`.
+
+```el
+[... :group-by name]
+```
+
 #### :insert-into `<table>`
 
 Provides `INSERT INTO`.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]