Macro database_row

Source
macro_rules! database_row {
    (sqlite) => { ... };
    (mysql) => { ... };
    (postgresql) => { ... };
}
Expand description

Returns the appropriate database row type based on the database type.