Skip to content

Commit fba5c70

Browse files
committed
Updated README.
1 parent 6b17ed4 commit fba5c70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,15 @@ $ ./example
141141
1 one 12345
142142
```
143143

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+
144153
## Compatibility
145154
Note that the wrapper function `sqlite3_bind_text()` selects destructor type
146155
`SQLITE_TRANSIENT` if argument `destructor` is not passed, in contrast to the

0 commit comments

Comments
 (0)