driver()) { case 'postgres': return new Postgres($table, $connection); default: return new Query($table, $connection); } } }