workhorsy / UnofficialDerelictSQLite3

Dynamic bindings to the SQLite library for the D Programming Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DerelictSQLite3

Dynamic bindings to the SQLite library for the D Programming Language

Example

FIXME

Documentation

These functions are supported so far:

int sqlite3_open(const(char)* filename, sqlite3** ppDb);
int sqlite3_close(sqlite3*);
const(char)* sqlite3_errmsg(sqlite3*);
int sqlite3_exec(sqlite3*, const(char)* sql, int function(void*, int, char**, char**) callback, void*, char** errmsg);
void sqlite3_free(void*);

Generate documentation

FIXME

Run unit tests

dub test

Dub version Dub downloads License

About

Dynamic bindings to the SQLite library for the D Programming Language.

License:Boost Software License 1.0


Languages

Language:D 92.6%Language:Shell 7.4%