d2sqlite3 0.9.7
A thin wrapper around SQLite3
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:
d2sqlite3
This is a small wrapper around SQLite for the D programming language.
It wraps the C API in an idiomatic manner and handles built-in D types and
Nullable!T
automatically.
The SQLite library itself is not included: you have to link your projects to a version
of SQLite >= 3.8.7. If you use dub
, add the following line to your dub.json
file:
"libs": ["sqlite3"],
"lflags": ["-L/path/to/lib"]
- Registered by Nicolas Sicard
- 0.9.7 released 8 years ago
- dlang-community/d2sqlite3
- github.com/biozic/d2sqlite3
- BSL-1.0
- Copyright 2011-15 Nicolas Sicard
- Authors:
- Dependencies:
- none
- System dependencies:
- SQLite version >= 3.8.7
- Versions:
-
1.0.0 2021-Jun-10 0.19.1 2020-Jul-21 0.19.0 2020-Jul-21 0.18.3 2019-Aug-06 0.18.2 2019-Jun-25 - Download Stats:
-
-
15 downloads today
-
63 downloads this week
-
220 downloads this month
-
42081 downloads total
-
- Score:
- 4.3
- Short URL:
- d2sqlite3.dub.pm