catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

ODBC support? #247

Closed GaryJones closed 7 years ago

GaryJones commented 9 years ago

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?

catfan commented 7 years ago

It's now supported on Medoo 1.2.

Forsakenfx commented 7 years ago

You said that ODBC is supported, but I went through commit history and have seen nothing that shows support for it or any documentation.

catfan commented 7 years ago

@Forsakenfx You can use customized DSN to connect any kind of database.

https://medoo.in/api/new