Small. Fast. Reliable.
Choose any three.
*** 328,333 ****
--- 328,338 ----
  *: An example that shows how to call SQLite functions from Fortran.
  http://danial.org/sqlite/fortran/
  
+ *: A fairly complete set of subroutines and functions to use SQLite from
+ a Fortran 90/95 program can be found on {link: http://flibs.sourceforge.net}.
+ A small part of the library has been written in C, mostly to make the
+ interaction with the SQLite library itself easier.
+ 
  *Haskell*
  *: {link: http://sourceforge.net/forum/forum.php?forum_id=474995 HSQL}
  supports SQLite 2 and 3.