macro_rules! database_row {
(sqlite) => { ... };
(mysql) => { ... };
(postgresql) => { ... };
}
Expand description
Returns the appropriate database row type based on the database type.
macro_rules! database_row {
(sqlite) => { ... };
(mysql) => { ... };
(postgresql) => { ... };
}
Returns the appropriate database row type based on the database type.