I'm looking at priming a project that needs SQLite 3, HTTP, and FUSE.The first one has C-level bindings athttp://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
