FUSE bindings?

Vladimir Panteleev vladimir at thecybershadow.net
Fri Mar 14 18:25:41 PDT 2014


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


More information about the Digitalmars-d mailing list