using sqlite3

Adam D. Ruppe destructionator at gmail.com
Tue Jan 15 13:02:39 PST 2013


You might have to add -L-lsqlite3 to your dmd command line, to 
link in the library.

May also be necessary to install the sqlite library, e.g. "yum 
install sqlite-devel" on red hat linuxes.


More information about the Digitalmars-d-learn mailing list