emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding emacsql to NonGNU ELPA?


From: Lars Ingebrigtsen
Subject: Re: Adding emacsql to NonGNU ELPA?
Date: Mon, 03 Jan 2022 12:40:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Kangas <stefan@marxist.se> writes:

> Any objections to adding emacsql to NonGNU ELPA?
>
>     https://github.com/skeeto/emacsql

Sure, seems like a good idea to me.  

---
(emacsql db [:select [name id]
             :from people
             :where (> salary 62000)])
---

We should probably add something like this to Emacs core, though.  I
mean the DSL for writing SQL without strings.  I'm not sure this is
exactly the language we should go for, though, but it generally looks
sound.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]