query

Undocumented in source.
template query(T...)
query
(
R
A...
)
(
R db
,
string sql
,)
if (
is(R == SQLite) ||
is(R == MySQL)
)

Members

Functions

query
auto query(R db, string sql, A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta