guile-user
[Top][All Lists]
Advanced

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

Re: Guile module for sqlite


From: Linas Vepstas
Subject: Re: Guile module for sqlite
Date: Sat, 15 May 2010 15:58:53 -0500

On 15 May 2010 15:24, Romel R. Sandoval Palomo <address@hidden> wrote:
> Hello.
>
> I'm starting to write a guile module for sqlite3 API. I'm progressing
> slowly because I'm new in guile.
>
> I send this mail just to know if there is anybody working on the same
> task. So we don't duplicate work.
>
> Also I have a doubt if is correct to call the module (db sqlite) so it
> will be loaded with:
>
> (use-modules (db sqlite))

An alternative would be to write a backend for guile-dbi,
that way, one can use the same api for any sql db

See http://home.gna.org/guile-dbi/

Its certainly easier to write the backend for guile-dbi,
than it would be to create a whole api from scratch.

--linas



reply via email to

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