-
Notifications
You must be signed in to change notification settings - Fork 0
KnownDrivers
Garriot edited this page Feb 15, 2013
·
4 revisions
These HDBC backend drivers exist:
- PostgreSQL
- SQLite v3
- ODBC, for Windows and Unix/Linux/Mac
- MySQL users have two choices:
- The ODBC driver, which is stable and works on any MySQL-supported platform, including Linux.
- An experimental native MySQL driver by Chris Waterson. Download it from Hackage or visit its homepage for more information.
- Oracle users also have similar choices: HDBC-ODBC and hdbc-oracle by Thiago Arrais