buggins / ddbc

DDBC is DB Connector for D language (similar to JDBC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: support for Oracle

SingingBush opened this issue · comments

title says it all. I've changed from an employer that uses MS-SQL to an employer that uses Oracle. I'd really like to get D into the workplace but would need Oracle support in ddbc

Oracle should work through the odbc-driver too!
(odbc and oracle)

I'm going to see about getting this tested with Oracle, maybe as part of CI. Oracle provide images (4.765GB) on https://container-registry.oracle.com that can be used for testing but it will require an account being setup and to agree to their terms & conditions. Then docker login container-registry.oracle.com will need to be run prior to the image being pulled down.