Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/everythingfunctional/sqliteff

SQLite for Fortran A thin wrapper around the SQLite C library.
https://github.com/everythingfunctional/sqliteff

database fortran sqlite sqlite3

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

SQLite for Fortran
========================

[![pipeline status](https://gitlab.com/everythingfunctional/sqliteff/badges/main/pipeline.svg)](https://gitlab.com/everythingfunctional/sqliteff/commits/main)

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](https://www.sqlite.org/docs.html).