everythingfunctional / sqliteff

SQLite for Fortran A thin wrapper around the SQLite C library.

Repository from Github https://github.comeverythingfunctional/sqliteffRepository from Github https://github.comeverythingfunctional/sqliteff

SQLite for Fortran

pipeline status

A thin wrapper around the SQLite library. The sqliteff_* functions are effectively identical to the sqlite3_* functions that would be called from C, but with Fortran intrinsics and types. For more detailed information you should consult the SQLite documentation.

About

SQLite for Fortran A thin wrapper around the SQLite C library.

License:MIT License


Languages

Language:C 99.6%Language:Fortran 0.4%