GitHunt
V-

v-h-giang/Mariadb_connector_fortran

Fortran wrapper library for Mariadb-connector/C

Fortran wrapper library for Mariadb-connector/C

It can use to connect to Mariadb, MySQL, Oracle

Download newest Mariadb client connector/C (dll file) here for windows OS :

https://mariadb.com/kb/en/mariadb-connector-c/

Compile test file with gfortran in MSYS2 for windows os (may be need some package for Mariadb-connector/C header)

gfortran -Wall -static-libgfortran -static-libgcc -static-libstdc++ -O3 mariadb_test.f90 libmariadb_fortran.f90 c_util.f90 -lWs2_32 -lmariadb -o mariadb_test

Languages

Fortran100.0%

Contributors

MIT License
Created January 20, 2024
Updated January 22, 2024