odbc

Wrapper for ODBC headers


License
BSL-1.0
Install
dub fetch odbc --version 1.0.0

Documentation

ODBC for D

DUB Package CI

For many years odbc has been available in phobos under etc.c.odbc due to the work of David L. Davis in 2006.

  • etc/c/odbc/sql.d
  • etc/c/odbc/sqlext.d
  • etc/c/odbc/sqltypes.d
  • etc/c/odbc/sqlucode.d

Those modules are now deprecated (see Mark etc.c.odbc as deprecated), and the functionality being moved to core.sys.windows. As this will cause issues in packages that need to use ODBC from non-windows environments I created this package to simply move the code as it was prior to the change, so that it can simply be used as a dub package. The imports are now:

  • odbc/sql.d
  • odbc/sqlext.d
  • odbc/sqltypes.d
  • odbc/sqlucode.d