dextool v4.0.0 (2021-09-08T15:39:18Z)
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)
size_t
run
(Count!T v, Args args)
auto
run
(Select!T v, Args args)
void
run
(Delete!T v, Args args)
void
run
(Insert!T0 v, T1[] arr)
void
run
(Insert!T v, R rng)
struct
Miniorm
void
run
(
T
R
)
(
Insert
!
T
v
,
R
rng
)
if
(
isInputRange
!
R
)
Meta
Source
See Implementation
miniorm
api
Miniorm
constructors
this
destructors
~this
functions
close
getUnderlyingDb
log
opAssign
prepare
prepareCacheSize
run
transaction