[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new sqlite binding
From: |
Neil Jerram |
Subject: |
Re: new sqlite binding |
Date: |
Sun, 28 Nov 2010 11:51:58 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Linas Vepstas <address@hidden> writes:
> Hi,
>
> On 25 November 2010 08:12, Andy Wingo <address@hidden> wrote:
>>
>> I just hacked up a new binding to sqlite. It works with sqlite3 and
>> Guile 1.9/2.0. Check it out at:
>>
>> http://gitorious.org/guile-sqlite3
>
> I'd like to horn in on Andy's glory by advertising guile-dbi
>
> http://home.gna.org/guile-dbi/
>
> which provides a consistent set of bindings to three different
> systems: Postgres, MySQL and SQLite3
>
> Like Andy, I solicit patches/fixes/extensions.
At the moment, I assume guile-dbi involves building C glue code?
I like the backend-independence of the DBI interface, and I also like
Scheme code that I can just drop in and use without needing to compile
any C.
So, personally, I'd generally favour merging these two bindings, and
evolving the other DBD implementations to use the new FFI. Although
probably also keeping the existing glue code implementation, as an
alternative to support older Guiles.
Regards,
Neil