buggins / ddbc

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

Feature Request: support for Oracle #54

Open SingingBush opened 7 years ago

SingingBush commented 7 years ago

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

ephag commented 7 years ago

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

SingingBush commented 4 years ago

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.