[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite3
From: |
Po Lu |
Subject: |
Re: sqlite3 |
Date: |
Tue, 07 Dec 2021 08:37:29 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) |
"Jose E. Marchesi" <jemarch@gnu.org> writes:
> gdbm may or may not be what you need in Emacs.
> sqlite is not a replacement for gdbm.
> recutils is not a replacement for sqlite.
> It seems to me that any discussion in which it is raised the alternative
> of using so disparaged systems such as gdbm, sqlite and recutils for
> some particular purpose, is in serious need of some clarification on why
> a database sytem is needed to begin with and the nature of the data to
> be stored there.
The idea is that people want a way to store key-value pairs quickly (as
in, faster than a hash table serialized with `print'). Hence the idea
to use (g)dbm.
- Re: sqlite3, (continued)
- Re: sqlite3, Bastien, 2021/12/06
- Re: sqlite3, Clément Pit-Claudel, 2021/12/06
- Re: sqlite3, Alfred M. Szmidt, 2021/12/06
- Re: sqlite3, Jose E. Marchesi, 2021/12/06
- Re: sqlite3,
Po Lu <=
- Re: sqlite3, Jose E. Marchesi, 2021/12/06
Re: sqlite3, Arthur Miller, 2021/12/06
- Re: sqlite3, Stefan Kangas, 2021/12/06
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Re: sqlite3, Po Lu, 2021/12/06
- Re: sqlite3, Arthur Miller, 2021/12/06
- Re: sqlite3, Stefan Kangas, 2021/12/06
- Re: sqlite3, Alexandre Garreau, 2021/12/06
Re: sqlite3, Arthur Miller, 2021/12/06
Re: sqlite3, Lars Ingebrigtsen, 2021/12/06