unofficial-derelict-sqlite3

Dynamic bindings to the SQLite library for the D Programming Language


Keywords
library, sqlite, sqlite3
License
BSL-1.0
Install
dub fetch unofficial-derelict-sqlite3 --version 0.3.0

Documentation

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