[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite3
From: |
Qiantan Hong |
Subject: |
Re: sqlite3 |
Date: |
Wed, 8 Dec 2021 05:43:34 +0000 |
Sorry, I mistakenly killed a line which makes it hard to read,
I add it back:
> My arguments:
(Added) There are basically two use cases for SQLite3:
> 1. Using as a persistent key value store. However, in this case
> the external database provides virtually no benefit over plain
> text, because the major cost here is to print/read lisp values,
> and you still need to do it when using a database because they
> understand strings, not lisp values!
>
> 2. As a querying tool over some data. In this case, the
> functionality largely overlaps with LISt Processing itself. The
> argument is the same as why we don’t want to introduce JavaScript
> scripting into Emacs. If developers are lured into writing more
> of their code in SQL, those parts are detached from Lisp world
> and loses all the niceties from Emacs Lisp (explorability,
> dynamic modifiability etc).
(And I then go on to the other points)
>
> 3. Database files are not readable directly by a text editor.
>
> 4. ...
- Re: sqlite3, (continued)
- Re: sqlite3, Richard Stallman, 2021/12/06
- Re: sqlite3, Po Lu, 2021/12/06
- Re: sqlite3, Richard Stallman, 2021/12/07
- Re: sqlite3, Po Lu, 2021/12/07
- How to save data, Richard Stallman, 2021/12/08
- Re: sqlite3, Qiantan Hong, 2021/12/08
- Re: sqlite3,
Qiantan Hong <=
- Re: sqlite3, Eli Zaretskii, 2021/12/08
- Re: sqlite3, Alan Mackenzie, 2021/12/10
- Re: sqlite3, Richard Stallman, 2021/12/10
- Re: sqlite3, Eli Zaretskii, 2021/12/11
- Re: sqlite3, Karl Fogel, 2021/12/14
- Re: sqlite3, Alan Mackenzie, 2021/12/14
- Re: sqlite3, Karl Fogel, 2021/12/14
- Re: sqlite3, Óscar Fuentes, 2021/12/14
- Re: sqlite3, Alexandre Garreau, 2021/12/14
- Re: sqlite3, Po Lu, 2021/12/14