SQLite with D

Denis Koroskin 2korden at gmail.com
Fri Apr 24 02:39:15 PDT 2009


On Fri, 24 Apr 2009 06:44:56 +0400, reimi gibbons <rei2x at 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



More information about the Digitalmars-d-learn mailing list