unsafeQuery("PRAGMA $schema.user_version")->getSingle(); } public function exec(string $query): bool { return (bool) $this->db->exec($query); } }