Skip to content

Commit 9c37ae1

Browse files
committed
Extend library commentary
1 parent bc6713f commit 9c37ae1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

emacsql.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
;; PostgreSQL and MySQL are also supported, but use of these connectors
1919
;; is not recommended.
2020

21+
;; Any readable lisp value can be stored as a value in EmacSQL,
22+
;; including numbers, strings, symbols, lists, vectors, and closures.
23+
;; EmacSQL has no concept of TEXT values; it's all just lisp objects.
24+
;; The lisp object `nil' corresponds 1:1 with NULL in the database.
25+
2126
;; See README.md for much more complete documentation.
2227

2328
;;; Code:

0 commit comments

Comments
 (0)