[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using a command-line program (sqlite3) as a backend
From: |
Harald Hanche-Olsen |
Subject: |
Re: Using a command-line program (sqlite3) as a backend |
Date: |
Thu, 26 Mar 2009 07:00:12 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) |
+ florian <lorian@fsavigny.de>:
>> Using it from elisp requires either loading a dynamically linked
>> library or compiling emacs with sqlite - neither of them are
>> supported at the moment, but the latter is possible,
>
> Oops. Compiling Emacs with sqlite? What would that be?
Highly nontrivial. You would have to modiy emacs source code, adding
stuff to interface with the sqlite library and making data available in
the data structure that elisp uses. Don't even think of going there
unless you are, or wish to become, familiar with emacs internals.
--
* Harald Hanche-Olsen <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
when there is no ground whatsoever for supposing it is true.
-- Bertrand Russell
Re: Using a command-line program (sqlite3) as a backend, Glenn Morris, 2009/03/24