Small. Fast. Reliable.
Choose any three.
*** 1,8 ****
  If you know of a driver or wrapper for SQLite that is not listed  below,    
  please feel free to add it to the list.    
   
! *C Wrappers*
! *: C wrapper for SQLite. http://zild.org/doc/programming.csp#database
  
  *C++ Wrappers*
  *: C++ wrapper for SQLite. http://sqlitedataset.sourceforge.net/ 
--- 1,9 ----
  If you know of a driver or wrapper for SQLite that is not listed  below,    
  please feel free to add it to the list.    
   
! *C*
! *: High level C API for SQLite. Connection pooling and
! thread-safe usage of SQLite databases for multi-threaded programs. http://zild.org/doc/programming.csp#database
  
  *C++ Wrappers*
  *: C++ wrapper for SQLite. http://sqlitedataset.sourceforge.net/