We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b17ed4 commit fba5c70Copy full SHA for fba5c70
README.md
@@ -141,6 +141,15 @@ $ ./example
141
1 one 12345
142
```
143
144
+## fpm
145
+You can add *fortran-sqlite3* as an [fpm](https://github.com/fortran-lang/fpm)
146
+dependency:
147
+
148
+```toml
149
+[dependencies]
150
+fortran-sqlite3 = { git = "https://github.com/interkosmos/fortran-sqlite3.git" }
151
+```
152
153
## Compatibility
154
Note that the wrapper function `sqlite3_bind_text()` selects destructor type
155
`SQLITE_TRANSIENT` if argument `destructor` is not passed, in contrast to the
0 commit comments