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

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

[nongnu] elpa/emacsql 847f3bd87f 078/427: Add new keywords to listing.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 847f3bd87f 078/427: Add new keywords to listing.
Date: Tue, 13 Dec 2022 02:59:30 -0500 (EST)

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

    Add new keywords to listing.
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index d189cbbe10..6e95635e4c 100644
--- a/README.md
+++ b/README.md
@@ -153,6 +153,21 @@ Provides `DELETE`.
 [:delete :from employees :where ...]
 ```
 
+#### :insert
+
+Provides `INSERT`.
+
+```el
+[:insert :into employees ...]
+```
+
+#### :values `<vector>|(<vector> ...)`
+
+```el
+[:insert :into employees :values ["Jeff" 0]]
+[:insert :into employees :values (["Jeff" 0] ["Susan" 0])]
+```
+
 ### Templates
 
 To make statement compilation faster, and to avoid making you build up



reply via email to

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