help-gnu-emacs
[Top][All Lists]
Advanced

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

comint or start-process


From: Xavier Maillard
Subject: comint or start-process
Date: Thu, 10 Dec 2009 00:29:41 +0100
User-agent: Rmail/23.1.1 Emacs/23.1.1 (gnu/linux)

Hi,

I am thinking of using SQLite in a non interactive way for stuff
I am developing.

As far as I know, there is nothing to play with sqlite
programatically in emacs. I know there is `sql-sqlite' based on
comint but it seems it is not designed to be run non
interactivaly (maybe I am wrong).

My plans are quite simple:

- connect to my db
- execute queries
- parse the output to retrieve my data
- disconnect

The retrieved data will be used later in my mode.

Questions: do I really need to do something with start-process
and friends or do you think I can hack around comint (and/or
sql-sqlite) ?

        Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org




reply via email to

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