Small. Fast. Reliable.
Choose any three.
*** 1,4 ****
! *: SqliteWrappers: Code to use SQLite in various languages.
  *: SqliteTclPackageWrapper: Code to use SQLite package in Tcl.
  *: LanguageNotes: Hints for making the best use of the SQL language understood by SQLite. 
  *: HowToCompile: Notes on compiling SQLite for various architectures. 
--- 1,6 ----
! *: WhenToUseSqlite: Notes on when SQLite is an appropriate choice for a
!    database engine.
! *: SqliteWrappers: Code to use SQLite in various programming languages.
  *: SqliteTclPackageWrapper: Code to use SQLite package in Tcl.
  *: LanguageNotes: Hints for making the best use of the SQL language understood by SQLite. 
  *: HowToCompile: Notes on compiling SQLite for various architectures. 
***************
*** 12,22 ****
  *: PerformanceTuning: Information from the group on how to tune your queries
  *: BuildOnWindowsWithTcl: A hack to build on windows using TCL.
  *: ConverterTools: Tools to convert SQLite databases from/to other database formats and DBMSes.
! *: {link: http://bobmanc.home.comcast.net/sqlitecc.html SQLiteCC}: SQLite Control Center is a visual tool for working on SQLite database files similar to MySQL CC.
! *: {link: http://sqlitebrowser.sourceforge.net SQLite Database Browser}: SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite..
! *: {link: http://www.eztools-software.com/sqliteplus.htm SQLitePlus Database Manager}: GUI tool used to create, view and edit SQLite databases, similar to MS Query Analyzer.
! *: {link: http://www.dbtools.com.br DBTools Manager}: Totally FREE Win32 application to manage MySQL, PostgreSQL, XBase Tables and SQLite databases. Supports managing all objects in the database, create queries in visual mode, import/export data from MSAccess, ODBC, text files, Paradox, DBF Tables and generate PHP scripts. The list of features is just too big.
! *: {link: https://sourceforge.net/projects/sqlitemanager/ SQLiteManager}: SQLiteManager is a multilingual web based tool to manage SQLite database. The programming language used is: PHP4, and work fine with PHP5. Work just as well on a platform Linux as on Windows. This project is in course of developpement, but it is alway very functional.
  *: ReadLine: License for the use of readline in sqlite.exe
  *: ShellScript: Example shell scripts for creating databases.
  -----
--- 14,20 ----
  *: PerformanceTuning: Information from the group on how to tune your queries
  *: BuildOnWindowsWithTcl: A hack to build on windows using TCL.
  *: ConverterTools: Tools to convert SQLite databases from/to other database formats and DBMSes.
! *: SqliteTools: Programs to help you manage SQLite databases.
  *: ReadLine: License for the use of readline in sqlite.exe
  *: ShellScript: Example shell scripts for creating databases.
  -----