Qore odbc Module 1.2.0
Loading...
Searching...
No Matches
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