Small. Fast. Reliable.
Choose any three.
*** 2,7 ****
--- 2,11 ----
  If your project uses SQLite and is not shown here, please feel
  free to add it.
  
+ *: Pole Position Software {link: http://www.lanrev.com}: LANrev Network Management (for Mac OS X and
+ Windows) includes tools for application management (software distribution), change and configuration
+ management and automated patch management.
+ 
  *: Apple {link: http://www.apple.com/aperture/ Aperture}: Professional photo editing and post
  production tool. Full support for RAW images.
  
***************
*** 9,17 ****
  layer of a MVC (model-view-controller) framework for developing applications on OS X. Core Data
  handles managing data objects, both in-memory and on-disk.
  
! *: Apophenia {link: http://apophenia.info}: a library of data-handling and statistics functions (OLS, probit, singular value decomposition, et cetera) for C. Includes some features such as a text-to-SQLite parser and in-database calculation of powers and logs that may be useful to non-statisticians.
! 
! *: Jukebox Selecta {link: http://ltearno.free.fr Jukebox Selecta}: A mp3, mpc etc audio files indexer and tagger. The whole database is managed by SQLite and some AVL and full text index are built on-top. Jukebox Selecta aims to faster and easier to use that others like MediaMonkey or iTunes...
  
  *: {link: http://www.coral8.com}: The Coral8 Engine is the only commercially available Complex Event
  Processing (CEP) engine in the world that is programmed via a language very close to SQL (Continuous
--- 13,25 ----
  layer of a MVC (model-view-controller) framework for developing applications on OS X. Core Data
  handles managing data objects, both in-memory and on-disk.
  
! *: Apophenia {link: http://apophenia.info}: a library of data-handling and statistics functions (OLS,
! probit, singular value decomposition, et cetera) for C. Includes some features such as a text-to-SQLite
! parser and in-database calculation of powers and logs that may be useful to non-statisticians.
! 
! *: Jukebox Selecta {link: http://ltearno.free.fr Jukebox Selecta}: A mp3, mpc etc audio files indexer and
! tagger. The whole database is managed by SQLite and some AVL and full text index are built on-top.
! Jukebox Selecta aims to faster and easier to use that others like MediaMonkey or iTunes...
  
  *: {link: http://www.coral8.com}: The Coral8 Engine is the only commercially available Complex Event
  Processing (CEP) engine in the world that is programmed via a language very close to SQL (Continuous
***************
*** 41,47 ****
  *: {link: http://www.tentatavendita.com/ PocketSalesAgentNG}: a program for Windows Mobile PocketPC
  Edition for the Sales Force Automation.
  
! *: {link: http://iki.fi/sol/galaxql.html GalaXQL}: A free, interactive SQL tutorial for windows, mac os x and linux. In use in several universities.
  
  *: {link: http://www.gnunet.org/ GNUnet}: An anonymous and censorship-resistant P2P framework
  
--- 49,56 ----
  *: {link: http://www.tentatavendita.com/ PocketSalesAgentNG}: a program for Windows Mobile PocketPC
  Edition for the Sales Force Automation.
  
! *: {link: http://iki.fi/sol/galaxql.html GalaXQL}: A free, interactive SQL tutorial for windows, mac os x
! and linux. In use in several universities.
  
  *: {link: http://www.gnunet.org/ GNUnet}: An anonymous and censorship-resistant P2P framework
  
***************
*** 135,141 ****
  Uses SQLite for data-storage and caching.
  
  *: {link: http://martybugs.net/iiUsage iiNet Usage Analyser}:
! iiUsage is a systray Windows application that keeps track of downloads for users with the ISP iiNet.  SQLite is used for historising volume usage data.
  
  *: Aegis, A GIS program for win32 and WinCE that use sqlite even for
  Geographic
--- 144,151 ----
  Uses SQLite for data-storage and caching.
  
  *: {link: http://martybugs.net/iiUsage iiNet Usage Analyser}:
! iiUsage is a systray Windows application that keeps track of downloads for users with the ISP iiNet.
! SQLite is used for historising volume usage data.
  
  *: Aegis, A GIS program for win32 and WinCE that use sqlite even for
  Geographic
***************
*** 329,335 ****
  *: {link: http://www.mnogosearch.org/ mnoGoSearch}: web search engine
  software.
  
! *: {link: http://www.radig.com/yatt Yatt}: freeware task tracking software for Windows and Linux on x86 and
  ARM processors
  
  *: {link: http://www.styrianoak.com/ OaksMTV}: Measuring the transfer volume of internet connections,
--- 339,346 ----
  *: {link: http://www.mnogosearch.org/ mnoGoSearch}: web search engine
  software.
  
! *: {link: http://www.radig.com/yatt Yatt}: freeware task tracking software for Windows and Linux on
! x86 and
  ARM processors
  
  *: {link: http://www.styrianoak.com/ OaksMTV}: Measuring the transfer volume of internet connections,
***************
*** 363,369 ****
  *: {link: http://www.temboz.com/ Temboz}: an open source RSS/Atom reader implemented in Python,
  with a focus on managing information overload. Uses SQLite as the backend.
  
! *: {link: http://dovecot.org/ Dovecot}: a fast, open source IMAP/POP3 server for Maildir and mbox formats, with SSL/TLS support and support to use various databases (among them SQLite3, since Dovecot 1.0beta2) for authentication and user databases.
  
  Sometime in July 2002, Peter K. Morrison has gleaned some links from google,
  freshmeat and sourceforge searches for "sqlite". These are the English
--- 374,382 ----
  *: {link: http://www.temboz.com/ Temboz}: an open source RSS/Atom reader implemented in Python,
  with a focus on managing information overload. Uses SQLite as the backend.
  
! *: {link: http://dovecot.org/ Dovecot}: a fast, open source IMAP/POP3 server for Maildir and mbox
! formats, with SSL/TLS support and support to use various databases (among them SQLite3, since
! Dovecot 1.0beta2) for authentication and user databases.
  
  Sometime in July 2002, Peter K. Morrison has gleaned some links from google,
  freshmeat and sourceforge searches for "sqlite". These are the English
***************
*** 580,589 ****
  manipulate those objects to transparently manipulate the database. It supports mulitple SQL database
  backends including SQLite (via PySQLite).
  
! *: {link: http://s11n.net/ s11n}: - s11n is a general-purpose C++ serialization framework with optional support for sqlite3.
  
  *: {link: http://cvs.savannah.gnu.org/viewcvs/gnustep/dev-libs/SQLClient/?root=gnustep SQLClient}: -
!  The SQLClient library is designed to provide a simple interface to SQL databases for {link: http://www.gnustep.org GNUstep} applications. It does not attempt the sort of abstraction provided by the much more sophisticated GDL2 library, but rather allows applications to directly execute SQL queries and statements.
  SQLClient provides support for sqlite3.
  
! *:{link:http://nlared.com/Projects/vdbh_sqlite/ vdbh_sqlite}:- Apache virtual Host module bases on sqlite3
--- 593,607 ----
  manipulate those objects to transparently manipulate the database. It supports mulitple SQL database
  backends including SQLite (via PySQLite).
  
! *: {link: http://s11n.net/ s11n}: - s11n is a general-purpose C++ serialization framework with optional
! support for sqlite3.
  
  *: {link: http://cvs.savannah.gnu.org/viewcvs/gnustep/dev-libs/SQLClient/?root=gnustep SQLClient}: -
!  The SQLClient library is designed to provide a simple interface to SQL databases for {link: http://
! www.gnustep.org GNUstep} applications. It does not attempt the sort of abstraction provided by the
! much more sophisticated GDL2 library, but rather allows applications to directly execute SQL queries
! and statements.
  SQLClient provides support for sqlite3.
  
! *:{link:http://nlared.com/Projects/vdbh_sqlite/ vdbh_sqlite}:- Apache virtual Host module bases on
! sqlite3