d2sqlite3
d2sqlite3 copied to clipboard
A small wrapper around SQLite for the D programming language
Results
12
d2sqlite3 issues
Sort by
recently updated
recently updated
newest added
If I bind an empty string which happens to point at `null`, the sqlite3 C library thinks I am setting it to null. Given how the d2sqlite3 library tries at...
The 5 types included in `ColumnData` are `long`, `double`, `string`, `immutable(ubyte)[]` and `typeof(null)`. There is no need to involve `std.Variant` for this. There's even a tag *in the ColumnData type*...