guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-PG 0.36 available


From: Thien-Thi Nguyen
Subject: Guile-PG 0.36 available
Date: Mon, 03 Mar 2008 11:16:28 +0100

release notes:

  Keeping it clean for bsd...

  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.36 | 2008-03-03
  
    - Test fix: Avoid requiring procs from module (ice-9 regex)
  
        The test guile-pg-basic-tests.scm used to use `string-match'
        but now it uses `make-regexp' and `regexp-exec' directly.
        We call this a fix because some Guile versions do not autoload
        `string-match'.  However, it is a fix to the test infrastructure
        and not to the functionality of Guile-PG.
  
    - Dropped subdir: contrib/
  
        Some of the ideas in the files under contrib/ have already been
        incorporated into Guile-PG.  Others were Not So Important.
  
tarball, prettified source, etc, in dir:

  http://www.gnuvola.org/software/guile-pg/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]