emacs-devel
[Top][All Lists]
Advanced

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

Re: Embedding SQLite


From: Florian Weimer
Subject: Re: Embedding SQLite
Date: Sun, 18 Apr 2010 22:23:40 +0200

* Stefan Monnier:

>> Would an interface to SQLite be acceptable for integration into Emacs?
>
> Depends: is the linkage done at the C level with "libsqlite.so" or is it
> done at the Lisp level via the command-line sqlite program?

The former, or perhaps compiling sqlite3.c and linking that if no
system library is available.

SQLite is dynamically typed, and the command line tool cannot
adequately confer type information at all times.  It's much easier at
the API level.  You also avoid most SQL injection issues.




reply via email to

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