if (exist("postgres") == 3)
  postgres;
endif
if (exist("mysql") == 3)
  mysql;
endif
if (exist("sqlite3") == 3)
  sqlite3;
endif
if (exist("odbc") == 3)
  odbc;
endif

