Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/everythingfunctional/sqliteff
- Owner: everythingfunctional
- License: mit
- Created: 2022-03-31T21:26:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T00:32:33.000Z (over 2 years ago)
- Last Synced: 2024-05-01T20:59:31.704Z (7 months ago)
- Topics: database, fortran, sqlite, sqlite3
- Language: C
- Homepage:
- Size: 3.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).