unofficial-derelict-sqlite3 0.3.0
Dynamic bindings to the SQLite library for the D Programming Language
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
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
- Registered by Matthew Jones
- 0.3.0 released 4 years ago
- workhorsy/UnofficialDerelictSQLite3
- github.com/workhorsy/UnofficialDerelictSQLite3
- BSL-1.0
- Copyright (c) 2017-2020 Matthew Brennan Jones
- Authors:
- Dependencies:
- none
- Versions:
-
0.3.0 2020-Jun-03 0.2.0 2017-Oct-15 0.1.0 2017-Sep-18 ~master 2020-Jun-03 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
67 downloads total
-
- Score:
- 0.6
- Short URL:
- unofficial-derelict-sqlite3.dub.pm