Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Fortran wrapper library for Mariadb-connector/C
Fortran wrapper library for MariaDB Connector/C

It can use to connect to Mariadb, MySQL, Oracle
It can use to connect to MariaDB, MySQL, Oracle.

Download newest Mariadb client connector/C (dll file) here for windows OS :
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)
Compile test file with gfortran in MSYS2 for windows os (may be needed 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