$darkmode
Qore odbc Module 1.2.0
 All Namespaces Functions Variables Groups Pages
module-odbc

ODBC database driver module for the Qore programming language.

http://qore.org

https://github.com/qorelanguage/module-odbc

Building

``` mkdir build cd build cmake .. make sudo make install ```

Building documentation

``` cd build cmake .. # not needed if done before make docs ```