[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SQLite interface
From: |
Florian Weimer |
Subject: |
Re: SQLite interface |
Date: |
Thu, 13 Mar 2014 21:31:23 +0100 |
* Ted Zlatanov:
> Given that any possible FFI interface is after the freeze and probably
> will take months to get into a released Emacs, can you consider writing
> this with a shell backend for now and use the C API opportunistically?
What does this mean? Do you want me to write a stub for the SQLite
API that runs as a subprocess and exposes that over some sort of RPC
interface?
> I don't know the details about SQLite's accessibility, but I believe it
> can do at least some useful things non-interactively over STDOUT/STDIN.
Oh, you want me to use the existing sqlite3 command line client?
That's a non-starter. It is not binary-transparent, and it does not
separated support query parameters. My planned use case (Gnus)
handles untrusted data received over the network, so this approach
does not seem such a good idea to me.