On Saturday, 15 March 2014 at 01:09:09 UTC, Andrei Alexandrescu wrote:
I'm looking at priming a project that needs SQLite 3, HTTP, and FUSE.

The first one has C-level bindings at
http://dlang.org/phobos/etc_c_sqlite3.html. Are there higher-level wrappers available?

There are a few.

Here's the one DFeed uses:
https://github.com/CyberShadow/ae/blob/master/sys/sqlite3.d

Reply via email to