SQLite bindings for D

For our TaskManager project we needed a storage backend and SQLite is a solid and popular database engine. It stores the database in a plain file and the database can be embedded into the application. No need to install anything. It's so good that Apple decided to included it in their operating system.

Since we are writing our application in D we needed D bindings; but alas, the only bindings on the net were old 3.0.0 bindings. So we decided to port it ourself.

Download SQLite 3.5.16 bindings for D:
Without SQLite sources:
* as a zip file
* as a tarball

With SQLite sources:
* as a zip file
* as a tarball