emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bill Harris <bill_harris@facilitatedsystems.com>
To: emacs-orgmode@gnu.org
Subject: Re: SQLite in 7.01h?
Date: Sat, 18 Sep 2010 20:23:18 -0700	[thread overview]
Message-ID: <87lj6yh0wp.fsf@moenchweiler.bach> (raw)
In-Reply-To: <87d3sakin2.fsf@moenchweiler.bach> (Bill Harris's message of "Sat\, 18 Sep 2010 11\:32\:01 -0700")

Bill Harris <bill_harris@facilitatedsystems.com> writes:

> I've gotten v 7.01h to work on Debian Stable and XP for R, elisp, and
> sh, but I can't figure out how to make it work for SQLite.  I did enable
> SQLite as one of the languages, but, when I execute the following
> section, I get "No org-babel-execute function for Sqlite!":
>
> #+BEGIN_SRC Sqlite 
>   sqlite3 sqlite/db.sqlite
>   select * from table;
> #+END_SRC

I found a workaround

#+begin_src sh :results replace
  sqlite3 sqlite/db.sqlite 'select * from table;'
#+end_src

but it would surely be nice to be able to use the SQLite connection
directly.

Bill
-- 
Bill Harris                  http://makingsense.facilitatedsystems.com/
Facilitated Systems                              Everett, WA 98208 USA
http://www.facilitatedsystems.com/               phone: +1 425 374-1845

  reply	other threads:[~2010-09-19  3:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-18 18:32 SQLite in 7.01h? Bill Harris
2010-09-19  3:23 ` Bill Harris [this message]
2010-12-04 17:50   ` Michael Gauland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lj6yh0wp.fsf@moenchweiler.bach \
    --to=bill_harris@facilitatedsystems.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).