[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Against sqlite3!!! (Was: sqlite3)
From: |
Zhu Zihao |
Subject: |
Re: Against sqlite3!!! (Was: sqlite3) |
Date: |
Tue, 07 Dec 2021 21:45:24 +0800 |
User-agent: |
mu4e 1.6.10; emacs 27.2 |
Actually, Emacs can serialize/deserialize hash table directly via
prin1-to-string & read
```
(let ((ht (make-hash-table)))
(puthash "test" "value" ht)
(format "%S" ht))
```
You can use `read` to "parse" the string returned by that snippet and
get a hash table.
Qiantan Hong <qhong@mit.edu> writes:
> I’ve attached a pure Emacs Lisp implementation of persistent key value store.
>
> [4. resist!.el --- application/emacs-lisp; resist!.el]...
>
> [5. ATT00001.htm --- text/html; ATT00001.htm]...
--
Retrieve my PGP public key:
gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F
Zihao
signature.asc
Description: PGP signature
- Re: Against sqlite3!!!, (continued)
Re: Against sqlite3!!! (Was: sqlite3),
Zhu Zihao <=
- Re: Against sqlite3!!!, David Engster, 2021/12/07
- Re: Against sqlite3!!!, Lars Ingebrigtsen, 2021/12/07
- Re: Against sqlite3!!!, Arthur Miller, 2021/12/08
- Re: Against sqlite3!!!, Qiantan Hong, 2021/12/08
- Re: Against sqlite3!!!, Arthur Miller, 2021/12/08
- Re: Against sqlite3!!!, Qiantan Hong, 2021/12/08
Re: Against sqlite3!!!, Alexandre Garreau, 2021/12/09
Re: Against sqlite3!!!, Qiantan Hong, 2021/12/09
Message not availableRe: Against sqlite3!!!, Qiantan Hong, 2021/12/09
Re: Against sqlite3!!!, Thierry Volpiatto, 2021/12/09