From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: exported contacts problem Date: Wed, 14 Aug 2019 13:38:20 -0700 Message-ID: <8736i3wkhv.fsf@ericabrahamsen.net> References: <20190802160236.GR17561@protected.rcdrun.com> <87mugrb7fi.fsf@ericabrahamsen.net> <20190802213421.GZ17561@protected.rcdrun.com> <875znfaycd.fsf@ericabrahamsen.net> <20190803103340.GN23820@protected.rcdrun.com> <874l2yxnrs.fsf@ericabrahamsen.net> <20190803163219.GZ23820@protected.rcdrun.com> <87pnlmvssp.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36053) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hy02T-0003X8-60 for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 16:38:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hy02S-0002qM-2j for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 16:38:33 -0400 Received: from ericabrahamsen.net ([52.70.2.18]:45214 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hy02R-0002o4-UH for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 16:38:32 -0400 In-Reply-To: (David Masterson's message of "Tue, 13 Aug 2019 22:24:56 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: David Masterson Cc: "emacs-orgmode@gnu.org" David Masterson writes: > Eric Abrahamsen writes: > >> But Org can be an excellent *interface* to those tools, mostly through >> dynamic blocks. I've started using small sqlite databases to keep track >> of things, and dynamic blocks as sql composers/views, and it works >> great. It's very easy to play with the queries, and this is the first >> time I'm actually starting to feel comfortable with sql. >> >> I think in general Org is best used as a compositional tool for data >> drawn from elsewhere. > > What do you think of RDB? It seems to be an old set of Perl scripts > derived from /rdb (an older set of Unix shell scripts) that can be used > to do basic relational database commands on textual database tables. If > it could be translated into an Elisp package, it would fit the Emacs > model of open source and easily understandable data storage. It can be > gotten via ftp here: > > cdb.netbsd.org/pub/pkgsrc/distfiles/RDB-2.6d.tar.gz I've never heard of it! But from your description it kind of sounds like another attempt to use relational databases without actually using relational databases :) I guess I think databases are one of those things you should delegate to an external program. Org is already pretty good at interfacing with them.