if (DB::assertExtension("oci8")) print "Use Oracle if we have to..."; if (DB::assertExtension("mysql")) print "Use MySQL because we understand it better...";