d2sqlite3 0.9.6

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

Build Status Coverage Status

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.

Online documentation

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"]
Authors:
  • Nicolas Sicard
  • Other contributors: see Github repo
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
Show all 46 versions
Download Stats:
  • 20 downloads today

  • 115 downloads this week

  • 473 downloads this month

  • 39668 downloads total

Score:
4.2
Short URL:
d2sqlite3.dub.pm