Miniorm

Constructors

this
this(Database db)
this
this(string path, int flags)

Destructor

~this
~this()
Undocumented in source.

Alias This

getUnderlyingDb

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getUnderlyingDb
Database getUnderlyingDb()
Undocumented in source. Be warned that the author may not have intended to support it.
log
void log(bool v)

Toggle logging.

opAssign
void opAssign(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(string sql, bool delegate(ResultRange) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
run
size_t run(Count!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
run
auto run(Select!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(Delete!T v)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(Insert!T0 v, T1[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run(Insert!T v, R rng)
Undocumented in source. Be warned that the author may not have intended to support it.
transaction
Transaction transaction()

Start a RAII handled transaction.

Variables

db
Database db;

Meta