What databases are supported?
The usual suspects:
- Oracle (DBD::Oracle)
- Informix (DBD::Informix)
- MySQL (DBD::MySQL)
- Postgresql (DBD::Pg)
- Ingres (DBD::Ingres)
- SQLite (DBD::SQLite)
- DB2 (DBD::DB2)
- Sybase (DBD::Sybase)
- ODBC connections (DBD::ODBC)
- CSV files (DBD::CSV)
A notable exception:
- MS SQL Server (although DBD::Sybase or DBD::ODBC can be used instead).