conn.execute(text("INSERT INTO regions VALUES (1,'Northeast','USA'),(2,'West Coast','USA'),(3,'Ontario','Canada'),(4,'London','UK'),(5,'Bavaria','Germany')")) conn ...