SQLRDD for Harbour++ and Harbour
cd sqlrddpp
hbmk2 sqlrddpp.hbp
sudo apt install unixodbc-dev
git clone https://github.com/marcosgambeta/sqlrddpp
cd sqlrddpp
hbmk2 sqlrddpp.hbp
sudo zypper install unixODBC-devel
git clone https://github.com/marcosgambeta/sqlrddpp
cd sqlrddpp
hbmk2 sqlrddpp.hbp
SQLRDD++ do not require xhb.hbc (contrib/xhb) to compile the library.
After compiled, the library is automatically installed in the addons folder.
To disable this behaviour, edit the file sqlrddpp.hbp and disable the line below:
$hb_pkg_install.hbm
hbmk2 <filename> sqlrddpp.hbc -llibmysql
hbmk2 <filename> sqlrddpp.hbc -llibpq
hbmk2 <filename> sqlrddpp.hbc -lfbclient
SQLRDD++ do not require xhb.hbc (contrib/xhb) to use the library.
SQLRDD for xHarbour and Harbour
https://github.com/xHarbour-org/xharbour
https://github.com/xHarbour-org/xharbour/tree/main/xHarbourBuilder/xHarbour-SQLRDD
Bison
https://gnuwin32.sourceforge.net/packages/bison.htm
MySQL
https://www.mysql.com
MariaDB
https://mariadb.org
PostgreSQL
https://www.postgresql.org
Firebird
https://firebirdsql.org
Harbour++
https://github.com/marcosgambeta/harbourpp-v1
SQLRDD++ v2
https://github.com/marcosgambeta/sqlrddpp-v2
C++ version for Harbour++