On Fri, 24 Apr 2009 06:44:56 +0400, reimi gibbons <re...@hotmail.com> 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 various databases for D, but its 
trunk is currently focused on MySQL.
OTOH, there is a fork of it that added SQLite support sometime ago. I don't not 
how stable it is, but you may give it a try:

http://github.com/aaronc/ddbi/tree/master

Reply via email to