util.sqlite3

Members

Classes

SQLite3
class SQLite3

SQLite3 database wrapper.

SQLite3Exception
class SQLite3Exception

This is thrown if something went wrong in SQLite3.

Functions

sqliteEnforce
T sqliteEnforce(T value, sqlite3* db, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

rows
auto rows [@property getter]

Convenience function to return a range to iterate over rows in the statement.

Structs

Rows
struct Rows(alias read)

Range that deserializes and returns row data.

Meta

Authors

Jason White, Alexey Khmara

Description: Wraps the SQLite3 C API in D goodness. This is an updated version of .