buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)
78 stars 45 forks source link

ODBC support #39

Closed ephag closed 7 years ago

ephag commented 7 years ago

I have added ODBC support. tested on ubuntu using the libraries unixodbc and freeTDS

An example is located inside _examples/odbctest it is based on the example for the pgsql