[Top][All Lists]
[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.
- Re: telepathy (was: FFI), (continued)
- Re: telepathy, Zajcev Evgeny, 2010/04/20
- Re: FFI, joakim, 2010/04/19
- Re: FFI, Zajcev Evgeny, 2010/04/19
- Message not available
- Re: FFI, Florian Weimer, 2010/04/19
- Re: FFI, Andreas Schwab, 2010/04/19
- Re: Embedding SQLite, Florian Weimer, 2010/04/18
- Re: Embedding SQLite, Leo, 2010/04/18
Message not available
- Re: Embedding SQLite,
Florian Weimer <=
Re: Embedding SQLite, Ted Zlatanov, 2010/04/19