From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Linas Vepstas" Newsgroups: gmane.lisp.guile.user Subject: Re: guile-db Date: Thu, 16 Oct 2008 18:11:20 -0500 Message-ID: <3ae3aa420810161611y3e5a887bka51bd32074e2f51b@mail.gmail.com> References: <1224013004.4370.5.camel@localhost> <3ae3aa420810141338o20adfbd4p5d9e6da4d5dc4226@mail.gmail.com> <3ae3aa420810151215y769f51efgea70d31d3e31bc12@mail.gmail.com> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224198719 14453 80.91.229.12 (16 Oct 2008 23:11:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2008 23:11:59 +0000 (UTC) Cc: guile-user@gnu.org To: "Sebastian Tennant" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Oct 17 01:12:59 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kqc1V-0003rF-Ek for guile-user@m.gmane.org; Fri, 17 Oct 2008 01:12:53 +0200 Original-Received: from localhost ([127.0.0.1]:35721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kqc0Q-00077H-P4 for guile-user@m.gmane.org; Thu, 16 Oct 2008 19:11:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kqc04-0006zP-9l for guile-user@gnu.org; Thu, 16 Oct 2008 19:11:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kqc02-0006yf-Oy for guile-user@gnu.org; Thu, 16 Oct 2008 19:11:23 -0400 Original-Received: from [199.232.76.173] (port=53383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kqc02-0006yY-D2 for guile-user@gnu.org; Thu, 16 Oct 2008 19:11:22 -0400 Original-Received: from mail-gx0-f10.google.com ([209.85.217.10]:39160) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kqc02-0002x7-8l for guile-user@gnu.org; Thu, 16 Oct 2008 19:11:22 -0400 Original-Received: by gxk3 with SMTP id 3so440104gxk.18 for ; Thu, 16 Oct 2008 16:11:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=NgEToaUgL/iu9uPdalXyL8KA0rVOSUVH8eJwOvRilBw=; b=l5rsrGXbzZQhO5GEDlSWNAywbVjkwA03JNaYsuSbun73NxMXMjDEZxNaRv5sdlC+ZP 00ICwPHF0V3dJz1OdrEJ0uiK62O8rcxuh8q7u22W9s3Q8tTmJNOpJ3ACJUmQOlNTTkEc l/SsknvoSRmXj/PuOnav4Svi1DqzwNcIoXTUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=sliT0Eg07Fw2KW7Ha1gV4ia+O0F4tw+FbF7aN22r3GbCtbOnYfgOmVT9GA/9S4yMrs DqhVhoSvC3oasE/hV7Yje8wA6fNdeUHnqBgFT819g3RcFlpchM0g7h7LH5SAZCrOO1HS lPmjtIB6UxHGmruPZdDSlbFPcQvTTfQS/v/c4= Original-Received: by 10.100.165.13 with SMTP id n13mr4487888ane.113.1224198680625; Thu, 16 Oct 2008 16:11:20 -0700 (PDT) Original-Received: by 10.100.207.16 with HTTP; Thu, 16 Oct 2008 16:11:20 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6833 Archived-At: 2008/10/16 Sebastian Tennant : > guile-pg is definitely more feature-full in that case. and ttn's > guile-1.4 compatible guile-pg is much more fetaure-full than the > guile-1.6 compatible guile-pg generally available through distros. What does it do? What are the features? I've been coding in sql on and off for a decade, I can't imagine what more one really needs from the API ... silly me. --linas