From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: Guile-PG 0.31 available Date: Tue, 03 Apr 2007 18:29:12 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175618065 32102 80.91.229.12 (3 Apr 2007 16:34:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2007 16:34:25 +0000 (UTC) Cc: guile-user@gnu.org To: guile-sources@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Apr 03 18:34:18 2007 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 1HYlxQ-00058U-U1 for guile-user@m.gmane.org; Tue, 03 Apr 2007 18:34:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYm0a-0000CH-Gi for guile-user@m.gmane.org; Tue, 03 Apr 2007 12:37:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYm0R-0008WA-T4 for guile-user@gnu.org; Tue, 03 Apr 2007 12:37:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYm0R-0008UP-3W for guile-user@gnu.org; Tue, 03 Apr 2007 12:37:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYm0L-0008EN-Tq; Tue, 03 Apr 2007 12:37:09 -0400 Original-Received: from smtp-out4.libero.it ([212.52.84.46]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HYlxB-0005lH-Ba; Tue, 03 Apr 2007 12:33:53 -0400 Original-Received: from localhost (172.31.0.51) by smtp-out4.libero.it (7.3.120) id 4611FF52000DD00D; Tue, 3 Apr 2007 18:29:09 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out3.libero.it ([172.31.0.39]) by localhost (asav-out10.libero.it [192.168.32.38]) (amavisd-new, port 10024) with ESMTP id 40ZCUUwW6EZZ; Tue, 3 Apr 2007 18:29:09 +0200 (CEST) Original-Received: from ambire.localdomain (151.21.32.188) by smtp-out3.libero.it (7.3.120) id 4611FDB6000C8454; Tue, 3 Apr 2007 18:29:09 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.50) id 1HYlse-0001jP-D6; Tue, 03 Apr 2007 18:29:12 +0200 X-detected-kernel: Linux 2.4-2.6 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:5909 gmane.lisp.guile.sources:265 Archived-At: release notes: docs prettified, too (html and pdf look decent -- you still have to build it yourself, however, w/ "make html" or "make pdf"). thi README excerpt: Guile-PG is a collection of modules for Guile allowing access to the PostgreSQL RDBMS from Scheme programs. The low-level module `(database postgres)' provides an almost one-to-one correspondence with the PostgreSQL "libpq" C library interface. Other higher-level modules, typically named `(database postgres-FOO)', provide abstractions and convenience procedures. This is alpha code (pre 1.0 release). It has bugs, and the interfaces may change from version to version. NEWS excerpt: - 0.31 | 2007-04-03 - Opaque string support removed Opaque string support in modules (database postgres-table) and (database postgres-qcons) has been removed. This was announced in NEWS below for Guile-PG 0.30 (2006-04-04). - Support for `pgtable-manager' "data commands" removed Announced in NEWS below for Guile-PG 0.30 (2006-04-04). - Tested against PostgreSQL 7.4.16 - Maintenance uses GNU Autoconf 2.60 tarball, prettified source, etc, in dir: http://www.gnuvola.org/software/guile-pg/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user