emacs-devel
[Top][All Lists]
Advanced

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

Re: [NonGNU ELPA] New package: sqlite3


From: Tomas Hlavaty
Subject: Re: [NonGNU ELPA] New package: sqlite3
Date: Tue, 21 Mar 2023 21:42:17 +0100

On Tue 21 Mar 2023 at 11:08, Philip Kaludercic <philipk@posteo.net> wrote:
> To be fair, this is not a concern because SQLite supports parameterised
> queries:
>
>   (sqlite-execute db "insert into foo values (?, ?)" '("bar" 2))

Not sure about sqlite but I know that for example in postgresql, not
everything is parametrizeable this way.

> To me the
> advantage of something like `rx' is that I can insert comments and make
> use of regular indentation.

Those are cosmetic advantages.
There are more profound advatages.



reply via email to

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