macro_rules! fetch_query_fn {
(sqlite) => { ... };
(mysql) => { ... };
(postgresql) => { ... };
}
Expand description
Returns the appropriate database query fetching function depending on the database type.
macro_rules! fetch_query_fn {
(sqlite) => { ... };
(mysql) => { ... };
(postgresql) => { ... };
}
Returns the appropriate database query fetching function depending on the database type.