Closed GaryJones closed 7 years ago
It's now supported on Medoo 1.2.
You said that ODBC is supported, but I went through commit history and have seen nothing that shows support for it or any documentation.
@Forsakenfx You can use customized DSN to connect any kind of database.
Just been recommended Medoo for a project, but I'm looking for ODBC support via the PDO_ODBC driver. I can see that other PDO drivers are present, but not
new PDO( 'odbc:...', ... )
. Is it possible to add this support please?