#!/usr/bin/pike
void main() {
Sql.Sql handle =
Sql.Sql("mysql://root:astral@localhost/steam");
handle->big_query("drop table objects;");
}
