[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] sqlite3 in org-babel
From: |
Daniel Clemente |
Subject: |
Re: [O] sqlite3 in org-babel |
Date: |
Fri, 17 Feb 2012 00:14:21 +0100 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.0.93 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
> Have you tried using a sqlite code block? See ob-sqlite.el
I didn't notice there were both ob-sql and ob-sqlite. It would be useful to
mention sqlite inside ob-sql.
Perhaps they should be united?
I still prefer ob-sql for sqlite because it lets me pass the parameter ":init
/dev/null". That makes it NOT load my ~/.sqliterc (where I have a very verbose
".tables"). ob-sqlite does not have ":init" and therefore always stuffs that
output into the results.
>
> Daniel Clemente <address@hidden> writes:
>
> > Hi,
> > org-babel works well with sqlite3 if you add this (which I propose for
> > inclusion):
> >