distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
Miniorm.run
miniorm
api
Miniorm
Undocumented in source. Be warned that the author may not have intended to support it.
void
run
(string sql, bool delegate(ResultRange) dg)
struct
Miniorm
void
run
(
string
sql
,
bool
delegate
(
ResultRange
)
dg
= null
)
size_t
run
(Count!T v)
auto
run
(Select!T v)
void
run
(Delete!T v)
void
run
(Insert!T0 v, T1[] arr)
void
run
(Insert!T v, R rng)
Meta
Source
See Implementation
miniorm
api
Miniorm
constructors
this
destructors
~this
functions
close
getUnderlyingDb
log
opAssign
run
transaction
variables
db