exec('BEGIN;'); $db->exec(file_get_contents(dirname(__FILE__) . "/data/schema.sql")); $db->exec('END;');