From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Romel R. Sandoval Palomo" Newsgroups: gmane.lisp.guile.user Subject: Guile module for sqlite Date: Sat, 15 May 2010 15:24:11 -0500 Message-ID: <1273955051.30625.6.camel@romel-compaq> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1273955076 8626 80.91.229.12 (15 May 2010 20:24:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 May 2010 20:24:36 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat May 15 22:24:34 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1ODNuU-00083c-62 for guile-user@m.gmane.org; Sat, 15 May 2010 22:24:34 +0200 Original-Received: from localhost ([127.0.0.1]:50241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODNuT-0008Ul-FU for guile-user@m.gmane.org; Sat, 15 May 2010 16:24:33 -0400 Original-Received: from [140.186.70.92] (port=56731 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODNuO-0008Uf-7C for guile-user@gnu.org; Sat, 15 May 2010 16:24:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODNuM-0003sU-SE for guile-user@gnu.org; Sat, 15 May 2010 16:24:28 -0400 Original-Received: from karen.lavabit.com ([72.249.41.33]:48626) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODNuM-0003sQ-PL for guile-user@gnu.org; Sat, 15 May 2010 16:24:26 -0400 Original-Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 5967C15754F for ; Sat, 15 May 2010 15:24:26 -0500 (CDT) Original-Received: from 189.202.87.240 (189.202.87.240.cable.dyn.cableonline.com.mx [189.202.87.240]) by lavabit.com with ESMTP id 8EOEU0W20A0Y for ; Sat, 15 May 2010 15:24:26 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=gzAGrR1O4Wq1r6TSoahYQtNcJ3on7lyA0WAeo7HAKknlw5Wdl0UZbPZJAWHqCFK91B7dBoIaNtFRKXZPzFtqK+I/f9jxqP7nyjP8IcYY/ryoUd3vqaaHnEGAHAhQsO2yGgjnAtodCq1eANSGvQDnpDsOqkfPSYbMyvFbkS+2BYw=; h=Subject:From:To:Content-Type:Date:Message-ID:Mime-Version:X-Mailer:Content-Transfer-Encoding; X-Mailer: Evolution 2.28.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:7779 Archived-At: 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)) Regards. -- Romel R. Sandoval