SQLite with D
reimi gibbons
rei2x at hotmail.com
Fri Apr 24 21:44:08 PDT 2009
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 any questions about it.
>
> http://dsource.org/projects/scrapple/browser/trunk/tools/tools/sqlite3.d
>
> (Check the very end for an example)
thanks for the link. Is it possible to dynamicly load the precompiled binary and use it wihtout header file? since im hoping to use latest sqlite (3.6)
More information about the Digitalmars-d-learn
mailing list