[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite3
From: |
Po Lu |
Subject: |
Re: sqlite3 |
Date: |
Mon, 06 Dec 2021 20:09:47 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) |
Arthur Miller <arthur.miller@live.com> writes:
> I would definitely like to see sqlite in core and avialable by
> default. I really love it and think it is a great as
> application/desktop database. I think it would open for some nice
> applications people could write.
Regardless of whether or not this feature is implemented, I think it
should be optional, and fallbacks should be in place for systems where
SQLite is unavailable.
For example, I tried compiling the latest SQLite amalgamation release
with DJGPP, and it did not work. Apparently patches existed to make it
work, but they do not apply to the latest release anymore.
Customize gaining a hard dependency on SQLite3 would be a disaster!
Using a relational database for things like
(setf (persistent-data :namespace "emoji" :key "favorites")
emoji--favorites)
Is also overkill, IMO, while something like (g)dbm would be a perfect
match for this kind of task.
- Re: sqlite3, (continued)
- Re: sqlite3, Arthur Miller, 2021/12/06
- Re: sqlite3, Lars Ingebrigtsen, 2021/12/06
- Re: sqlite3, Stefan Monnier, 2021/12/06
- Re: sqlite3, Lars Ingebrigtsen, 2021/12/06
- package-selected-packages in Customize [was: sqlite3], Joost Kremers, 2021/12/07
- Re: package-selected-packages in Customize [was: sqlite3], Stefan Kangas, 2021/12/07
Re: sqlite3, Byung-Hee HWANG, 2021/12/06
Re: sqlite3,
Po Lu <=
- Re: sqlite3, Arthur Miller, 2021/12/06
- Re: sqlite3, Po Lu, 2021/12/06
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Re: sqlite3, John Yates, 2021/12/06
- Re: sqlite3, Qiantan Hong, 2021/12/06
- Mutating existing persistent data (was: sqlite3), Stefan Monnier, 2021/12/06
- Re: Mutating existing persistent data, Lars Ingebrigtsen, 2021/12/06
- Re: Mutating existing persistent data, Po Lu, 2021/12/06
- Re: Mutating existing persistent data, Lars Ingebrigtsen, 2021/12/07