Re: SQLite with D

2009-04-26 Thread downs
reimi gibbons wrote: > downs Wrote: > >> reimi gibbons wrote: >>> im failry new to D, is there any D library project with support for SQLite, >>> if not is there any guide so i can integrate sqlite amalgamated c source >>> (sqlite3.c, sqlite3.h) into my D code. >> tools.sqlite3 might work for yo

Re: SQLite with D

2009-04-25 Thread reimi gibbons
downs Wrote: > reimi gibbons wrote: > > im failry new to D, is there any D library project with support for SQLite, > > if not is there any guide so i can integrate sqlite amalgamated c source > > (sqlite3.c, sqlite3.h) into my D code. > > tools.sqlite3 might work for you. Ask me if you have an

Re: SQLite with D

2009-04-24 Thread reimi gibbons
downs Wrote: > reimi gibbons wrote: > > im failry new to D, is there any D library project with support for SQLite, > > if not is there any guide so i can integrate sqlite amalgamated c source > > (sqlite3.c, sqlite3.h) into my D code. > > tools.sqlite3 might work for you. Ask me if you have an

Re: SQLite with D

2009-04-24 Thread downs
reimi gibbons wrote: > im failry new to D, is there any D library project with support for SQLite, > if not is there any guide so i can integrate sqlite amalgamated c source > (sqlite3.c, sqlite3.h) into my D code. tools.sqlite3 might work for you. Ask me if you have any questions about it. htt

Re: SQLite with D

2009-04-24 Thread Denis Koroskin
On Fri, 24 Apr 2009 06:44:56 +0400, reimi gibbons wrote: im failry new to D, is there any D library project with support for SQLite, if not is there any guide so i can integrate sqlite amalgamated c source (sqlite3.c, sqlite3.h) into my D code. There is a DDBI project that aims to support

SQLite with D

2009-04-23 Thread reimi gibbons
im failry new to D, is there any D library project with support for SQLite, if not is there any guide so i can integrate sqlite amalgamated c source (sqlite3.c, sqlite3.h) into my D code.