Small. Fast. Reliable.
Choose any three.
*** 1,287 ****
! Please help to keep this list up to date by: {linebreak}
!  -- adding your comments on usability _[in italics]_ to the end of the desriptions -- filling in licence details -- {linebreak}
!  -- highlighting entries according to the key -- adding any new programs you discover -- fixing bad links -- {linebreak}
! {linebreak}
! Other possibilities to look into and add to the list: {linebreak}
!  * Kexi (part of KOffice) {linebreak}
!  * OpenOffice.org v2 {linebreak}
! {linebreak}
! {linebreak}
! _Key:_ {linebreak}
!  _- Programs highlighted in bright green below, are *recommended* and are under active development_ {linebreak}
!  _- Programs highlighted in pale green below, are under active development_ {linebreak}
!  _- Programs highlighted in pale red below, appear NOT to be under active development_ {linebreak}
!  _- Licenses: commercial / freeware(closed source) / public domain / GPL / etc.._ {linebreak}
! {linebreak}
! {linebreak}
! *Multi-OS*
! <HTML><TABLE BORDER=1 CELLSPACING=0 CELLPADDING=3>
! <TR>
!   <TD WIDTH=150></HTML> _Name_ <HTML></TD>
!   <TD></HTML> _Description_ <HTML></TD>
!   <TD WIDTH=75></HTML> _Licence_ <HTML></TD>
! </TR>
  
! <TR BGCOLOR="#f0fff0">
!   <TD></HTML> {link: http://sqlitebrowser.sourceforge.net SQLiteDatabaseBrowser} <HTML></TD>
!   <TD></HTML> SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. Version 1.2 was updated to support SQLite 3.x databases. {linebreak} _[fairly simplistic, works but slightly buggy, awkward data entry, single file executable]_ <HTML></TD>
!   <TD></HTML> public domain <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> dgSQLite <HTML></TD>
!   <TD></HTML> A tcl/tk based GUI SQLite-Database Client which allows to import, export and query sqlite-databases. Available as kit/exe for Linux/Windows/OSF1. Other platforms can be added easily on request.{linebreak}
! _[download location unknown]_ <HTML></TD>
!   <TD></HTML> ? <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://sqlabs.net?sqlitemanager SQLiteManager} <HTML></TD>
!   <TD></HTML> a commercial SQLite database manager that runs on Windows, Mac OS X, and Mac OS Classic. <HTML></TD>
!   <TD></HTML> commercial <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#ffe0e0">
!   <TD></HTML> {link: http://bobmanc.home.comcast.net/sqlitecc.html SQLiteCC} <HTML></TD>
!   <TD></HTML> SQLite Control Center is a visual tool for working on SQLite database files similar to MySQL CC. <HTML></TD>
!   <TD></HTML> ? <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#ffe0e0">
!   <TD></HTML> {link: http://home.student.uu.se/frax0795/ SQLiteCC for SQLite3} <HTML></TD>
!   <TD></HTML> Same as SQLiteCC but for SQLite3 database files <HTML></TD>
!   <TD></HTML> ? <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://reddog.s35.xrea.com/wiki/TkSQLite.html TkSQLite} <HTML></TD>
!   <TD></HTML> A graphical database manager for SQLite implemented by Tcl/Tk.<HTML></TD>
!   <TD></HTML> BSD <HTML></TD>
! </TR>
! </TABLE></HTML>
! 
! 
! *PHP*
! <HTML><TABLE BORDER=1 CELLSPACING=0 CELLPADDING=3>
! <TR>
!   <TD WIDTH=150></HTML> _Name_ <HTML></TD>
!   <TD></HTML> _Description_ <HTML></TD>
!   <TD WIDTH=75></HTML> _Licence_ <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://pear.php.net/package/DB_Sqlite_Tools DB_SQLite_Tools} <HTML></TD>
!   <TD></HTML> PHP PEAR official OO extension to manage and backup Sqlite Databases under PHP 5. <HTML></TD>
!   <TD></HTML> BSD <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#f0fff0">
!   <TD></HTML> {link: https://sourceforge.net/projects/sqlitemanager/ SQLiteManager} <HTML></TD>
!   <TD></HTML> SQLiteManager is a multilingual web based tool to manage SQLite databases. The programming language used is PHP4 but it works fine with PHP5. Works just as well on a Linux as on Windows platform. This project is in course of developpement, but is already very functional. <HTML></TD>
!   <TD></HTML> GNU/GPL <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://code.jenseng.com/db/ SQLiteDB} <HTML></TD>
!   <TD></HTML> A PHP class for working with SQLite databases. Supports ALTER TABLE statements.  <HTML></TD>
!   <TD></HTML>Public Domain <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: https://sourceforge.net/projects/sqlitewebadmin/ SQLiteWebAdmin} <HTML></TD>
!   <TD></HTML> SQLiteWebAdmin is a webbased administration tool for SQLite Databases. It is written in PHP and requires PHP 4.x with SQLite extension or PHP 5. It provides management of multiple sqlite Databases. <HTML></TD>
!   <TD></HTML> Artistic License <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.webtrickscentral.com/wtcSQLite.php wtcSQLite} <HTML></TD>
!   <TD></HTML> Web Tricks Central SQLite Administration Tool is an administration tool written in PHP. Create, edit, delete tables, data, indexes, triggers, views and more without knowing any SQL at all! On top of that, you may run 'ALTER TABLE' statements anywhere in wtcSQLite <HTML></TD>
!   <TD></HTML> LGPL <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.zend.com/apps.php?id=967&single=1 DCSQLite} <HTML></TD>
!   <TD></HTML> A Flash MX2004 front-end based on Database Connector System to manage SQLite database files with PHP5 interaction. <HTML></TD>
!   <TD></HTML> GPL <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://sqlitefront.sourceforge.net/ SQLiteFront} <HTML></TD>
!   <TD></HTML> a tool to manage SQLite databases like phpMyAdmin is to MySQL. Written in pure PHP5 using PHP5 DOM XML, XSL and SQLite extensions <HTML></TD>
!   <TD></HTML> GPL <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#ffe0e0">
!   <TD></HTML> {link: http://www.phpguru.org/static/phpSQLiteAdmin.html phpSQLiteAdmin} (1) <HTML></TD>
!   <TD></HTML> PHP based administration tool for SQLite in the same style as phpMyAdmin. Requires PHP 4.3+. GPL. <HTML></TD>
!   <TD></HTML> GPL <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#ffe0e0">
!   <TD></HTML> {link: http://phpsqliteadmin.sourceforge.net phpSQLiteAdmin} (2) <HTML></TD>
!   <TD></HTML> Web interface for the administration of SQLite databases. <HTML></TD>
!   <TD></HTML> GPL <HTML></TD>
! </TR>
! </TABLE></HTML>
! 
! 
! *Windows*
! <HTML><TABLE BORDER=1 CELLSPACING=0 CELLPADDING=3>
! <TR>
!   <TD WIDTH=150></HTML> _Name_ <HTML></TD>
!   <TD></HTML> _Description_ <HTML></TD>
!   <TD WIDTH=75></HTML> _Licence_ <HTML></TD>
! </TR>
! 
! <TR>
!   <TD><a href="http://www.sqliteplus.com"><b>SQLitePlus Database Manager</b></TD>
!   <TD></HTML> GUI tool used to create, view and edit SQLite databases, similar to MS Query Analyzer<HTML>
! <ul>
! <li>
! Open multiple databases at the same time
! </li>
! <li>
! Open unlimited Query windows
! </li>
! <li>
! View schema info (eg. field types)
! </li>
! <li>
! Create Stored Scripts
! </li>
! <li>
! Execute highlighted query text or all text (like MS Query Analyzer) - invaluable for working-out complex queries
! </li>
! </ul>
! </TD>
!   <TD></HTML> Commercial - <HTML><a href="http://www.eztools-software.com/downloads/sqliteplus.exe">Download free trial</a></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.vive.net/products/sqlpro.htm SqlPro SQL Editor } <HTML></TD>
!   <TD></HTML> {link:http://www.vive.net/products/sqlpro.htm SqlPro} SQL Editor is a visual database management and development tool for multiple databases with Explorer interface. Supports Oracle, MySql, Microsoft SQL Server, Microsoft Access and Sqlite 3.<HTML></TD>
!   <TD></HTML> Commercial (Free trial) <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.monkeyshinez.net/SQLiteQA/ SQLite Query Analyzer } <HTML></TD>
!   <TD></HTML> Sqlite Query Analyzer is a query analyzer tool for  {link: http://sourceforge.net/projects/adodotnetsqlite ADO.NET Data Provider for SQLite}. The current version supports sqlite version 2 & 3.
! It can be described as a visual query builder, and it is written in C#.<HTML></TD>
!   <TD></HTML> GNU/GPL <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.sharpplus.com/ Sqlite Developer } <HTML></TD>
!   <TD></HTML> Sqlite3 Database Manager supports table, view & trigger edit. visual query builder, export/import data as csv,sql,etc, unicode support, etc.<HTML></TD>
!   <TD></HTML>Commercial<HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.visualsqlite.com/ Visual SQLite} <HTML></TD>
!   <TD></HTML> GUI application for SQLite 3 Databases. Visually control tables, indexes and triggers. Data editing, modify pragmas, SQL queries executions and more... <HTML></TD>
!   <TD></HTML>Commercial. 30 day trial available.<HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#f0fff0">
!   <TD></HTML>{link: http://www.yunqa.de/delphi/sqlitespy/ SQLite Spy} <HTML></TD>
!   <TD></HTML>A freeware, graphical database manager for SQLite 3 databases. Features full Unicode input and display; REGEXP keyword with Perl 5.8 regular expression syntax; a schema tree showing tables, views, columns, indexes, and triggers; multiple tabbed SQL edits and query results; type-colored data grids; time measurement; outstanding performance and low memory consumption. {link: http://www.yunqa.de/delphi/sqlitespy/ SQLite Spy} is realized as a fully self-contained, single-file executable, requires no installation and runs on plain Win9X, WinME, WinNT, Win2K, and WinXP with no dependencies. Data changes must be enacted through SQL statements (no cell based editing).<HTML></TD>
!   <TD></HTML>Freeware for personal and educational use<HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.vieka.com/esql.htm eSQL} <HTML></TD>
!   <TD></HTML> A FREE sqlite database and database manager from Vieka. Provide consistent interface on Windows and Windows Mobile devices such as Pocket PC and Microsoft Smartphone.<HTML></TD>
!   <TD></HTML>Freeware (Windows) / Commercial with exceptions (Windows CE)<HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.arkesystems.com/downloads.aspx Another SQLite Explorer} <HTML></TD>
!   <TD></HTML> A Free open source SQLite Explorer provided by Arke Systems.  Binary and Source zips availabla.  Enjoy! <HTML></TD>
!   <TD></HTML> Open Source <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.dbtools.com.br DBTools Manager} <HTML></TD>
!   <TD></HTML> Freeware 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. Enterprise Edition with powerful features is available:
! <HTML><ul>
! <li>Database Comparer</li>
! <li>Task Builder</li>
! <li>Blob and Image Viewer</li>
! <li>Data Migration Wizard</li>
! <li>Database Documenter</li>
! <li>Diagram Designer</li>
! <li>Report and Forms Builders</li>
! <li>And Much More</li>
! </ul></TD>
!   <TD></HTML> Commercial (Trial and Freeware available) <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#ffe0e0">
!   <TD></HTML> {link: http://republika.pl/roed/ LiteQuery} <HTML></TD>
!   <TD></HTML> Another GUI tool to create view and edit SQLite databases.  Discontinued by author.<HTML></TD>
!   <TD></HTML> GPL <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.kraslabs.com/sqlite_analyzer.html SQLite Analyzer} <HTML></TD>
!   <TD></HTML> A comprehensive SQLite database processor. Edit or modify SQLite data visually without any risk of losing your data. <HTML></TD>
!   <TD></HTML>Commercial. 30 day trial available.<HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.mygenerationsoftware.com/ MyGeneration} <HTML></TD>
!   <TD></HTML> a freeware template based code generation tool that supports SQLite and many other databases. With this tool, you can generate a middle tier for your database in practically any language (Needs .NET 1.1 or higher)<HTML></TD>
!   <TD></HTML> Freeware <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.caligari.sakh.com/sql/ Caligari's SQLite Admin Tool} <HTML></TD>
!   <TD></HTML>  SQLite admin tool. Have source too. <HTML></TD>
!   <TD></HTML> GPL <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#f0fff0">
!   <TD></HTML> {link: http://www.singular.gr/sqlite/ SQLite 3 Explorer} <HTML></TD>
!   <TD></HTML> A great GUI tool written by Mike Cariotoglou. Freeware SQLite admin tool. <HTML></TD>
!   <TD></HTML> ? <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://www.simios.org/projetos/sqlitesharpadmin SQLite Sharp Admin} <HTML></TD>
!   <TD></HTML> A tool written by Evandro Junior (needs .NET Framework 2). <HTML></TD>
!   <TD></HTML> ? <HTML></TD>
! </TR>
! 
! <TR>
!   <TD></HTML> {link: http://sqliteadmin.orbmu2k.de/ SQLite Administrator} <HTML></TD>
!   <TD></HTML> SQLite Administrator is a powerful tool if you easily want to create, design or administrate SQLite database files. The SQL code editor helps you to quickly write sql queries with features such as code completion and highlighting. Both major versions of SQLite database files are supported by SQLite Administrator. <HTML></TD>
!   <TD></HTML> Freeware <HTML></TD>
! </TR>
! 
! </TABLE></HTML>
! 
! 
! *Linux*
! <HTML><TABLE BORDER=1 CELLSPACING=0 CELLPADDING=3>
! <TR>
!   <TD WIDTH=150></HTML> _Name_ <HTML></TD>
!   <TD></HTML> _Description_ <HTML></TD>
!   <TD WIDTH=75></HTML> _Licence_ <HTML></TD>
! </TR>
! 
! <TR BGCOLOR="#f0fff0">
!   <TD></HTML> {link: http://knoda.sourceforge.net knoda} <HTML></TD>
!   <TD></HTML> a database frontend for KDE. Its driver concept allows a uniform connection to different database servers (Mysql , Postgresql , SQLite or ODBC). <HTML></TD>
!   <TD></HTML> GPL <HTML></TD>
! </TR>
! <TR BGCOLOR="#f0fff0">
!   <TD></HTML> {link: http://noprianto.com/index.php?mod=modules/sqliteweb/index.php sqliteweb} <HTML></TD>
!   <TD></HTML>Very small and simple web-based (CGI) sqlite administrator. Developed totally using shell script, with help from GNU coreutils and sed. <HTML></TD>
!   <TD></HTML> BSD <HTML></TD>
! </TR>
! <TR>
!   <TD></HTML> {link: http://sqlitetools.com Commando} <HTML></TD>
!   <TD></HTML>Auto-completion for table and column names.<HTML></TD>
!   <TD></HTML> Commercial. 10 day trial available.<HTML></TD>
! </TR>
! </TABLE></HTML>
--- 1,840 ----
! <html>
! <h3>Active and Supported</h3>
! <TABLE WIDTH=100% BORDER=1 CELLPADDING=3 CELLSPACING=0>
! 	<TR BGCOLOR="#ccffbf">
! 		<TD>
! 			<P><I>Web</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Win.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Lin.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Misc.</I></P>
! 		</TD>
! 		<TD>
! 			<I>Name</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P><I>Description</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<I>Licence / Price</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Trial Version</I></P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.arkesystems.com/downloads.aspx">Another
! 			SQLite Explorer</A>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>A free open source SQLite Explorer provided by Arke Systems.
! 			Binary and Source zips available. Enjoy!
! 			</P>
! 		</TD>
! 		<TD>
! 			Open Source
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://sqlitetools.com/">Commando</A></P>
! 		</TD>
! 		<TD>
! 			<P>Command line auto-completion for table and column names.</P>
! 		</TD>
! 		<TD>
! 			$15</P>
! 		</TD>
! 		<TD>
! 			<P>10 days</P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://pear.php.net/package/DB_Sqlite_Tools">DB_SQLite_Tools</A></P>
! 		</TD>
! 		<TD>
! 			<P>PHP PEAR official OO extension to manage and backup Sqlite
! 			Databases under PHP 5.
! 			</P>
! 		</TD>
! 		<TD>
! 			BSD
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.dbtools.com.br/">DBTools Manager</A>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>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.
! 			Enterprise Edition with powerful features is available: database
! 			comparer, task builder, blob and image viewer, data migration
! 			wizard, database documenter, diagram designer, report and forms
! 			builders, etc.</P>
! 		</TD>
! 		<TD>
! 			$50 / free for non-commercial use</P>
! 		</TD>
! 		<TD>
! 			<P>20 days</P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.vieka.com/esql.htm">eSQL for Windows</A>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>A free sqlite database and database manager from Vieka. Provide
! 			consistent interface on Windows.</P>
! 		</TD>
! 		<TD>
! 			Freeware</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<TD>
! 			<P><A HREF="http://www.vieka.com/esql.htm">eSQL for Windows Mobile</A>
! 						</P>
! 		</TD>
! 		<TD>
! 			<P>Sqlite database and database manager for Windows Mobile devices
! 			such as Pocket PC and Microsoft Smartphone.</P>
! 		</TD>
! 		<TD>
! 			$9.50</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://kexi-project.org/wiki/wikiview/index.php?KexiFAQ#3._File_Formats">Kexi</A></P>
! 		</TD>
! 		<TD>
! 			Kexi is an integrated data
! 			management application. It can be used for creating database
! 			schemas, inserting data, performing queries, and processing data.
! 			Forms can be created to provide a custom interface to your data.
! 			All database objects - tables, queries and forms - are stored in
! 			the database, making it easy to share data and design.</P>
! 		</TD>
! 		<TD>
! 			LGPL</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://dba.openoffice.org/drivers/sqlite/index.html">OpenOffice</A></P>
! 		</TD>
! 		<TD>
! 			<P>Use <A HREF="http://www.sqlite.org/">SQLite 2.8.x</A> to read
! 			single file SQLite databases under Linux (and later Windows).
! 			</P>
! 		</TD>
! 		<TD>
! 			?</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.sharpplus.com/">SharpPlus Sqlite Developer</A></P>
! 		</TD>
! 		<TD>
! 			<P>Sqlite3 Database Manager supports table, view &amp; trigger
! 			edit. visual query builder, export/import data as csv,sql,etc,
! 			unicode support, etc.</P>
! 		</TD>
! 		<TD>
! 			$30</P>
! 		</TD>
! 		<TD>
! 			<P>?</P>
! 		</TD>
! 	</TR>
! 	<TR BGCOLOR="#ccffbf">
! 		<TD>
! 			<P><I>Web</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Win.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Lin.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Misc.</I></P>
! 		</TD>
! 		<TD>
! 			<I>Name</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P><I>Description</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<I>Licence / Price</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Trial Version</I></P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://sqliteadmin.orbmu2k.de/">SQLite Administrator</A></P>
! 		</TD>
! 		<TD>
! 			<P>SQLite Administrator is a powerful tool if you easily want to
! 			create, design or administrate SQLite database files. The SQL code
! 			editor helps you to quickly write sql queries with features such
! 			as code completion and highlighting. Both major versions of SQLite
! 			database files are supported by SQLite Administrator.
! 			</P>
! 		</TD>
! 		<TD>
! 			Free for non-commercial use</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.kraslabs.com/sqlite_analyzer.html">SQLite
! 			Analyzer</A></P>
! 		</TD>
! 		<TD>
! 			<P>A comprehensive SQLite database processor. Edit or modify
! 			SQLite data visually without any risk of losing your data.
! 			</P>
! 		</TD>
! 		<TD>
! 			$60</P>
! 		</TD>
! 		<TD>
! 			<P>30 days</P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.yunqa.de/delphi/sqlitespy/">SQLite Spy</A></P>
! 		</TD>
! 		<TD>
! 			<P>A graphical database manager for SQLite 3 databases. Unicode
! 			input and display; REGEXP keyword with Perl 5.8 syntax; a schema
! 			tree showing tables, views, columns, indexes, and triggers;
! 			multiple tab SQL edits and query results; type-colored data grids;
! 			time measurement; fast and low memory. Fully self-contained,
! 			single-file executable, requires no installation. Data changes
! 			through SQL statements.</P>
! 		</TD>
! 		<TD>
! 			Freeware or donationware</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p>x</p></td>
! 		<td><p>x</p></td>
! 		<TD>
! 			<P><A HREF="http://sqlitebrowser.sourceforge.net/">SQLiteDatabaseBrowser</A></P>
! 		</TD>
! 		<TD>
! 			<P>SQLite Database Browser is a freeware, public domain, open
! 			source visual tool used to create, design and edit database files
! 			compatible with SQLite. Version 1.2 was updated to support SQLite
! 			3.x databases.
! 			</P>
! 		</TD>
! 		<TD>
! 			Public Domain</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://code.jenseng.com/db/">SQLiteDB</A></P>
! 		</TD>
! 		<TD>
! 			<P>A PHP class for working with SQLite databases. Supports ALTER
! 			TABLE statements.
! 			</P>
! 		</TD>
! 		<TD>
! 			Public Domain
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="https://sourceforge.net/projects/sqlitemanager/">SQLiteManager</A></P>
! 		</TD>
! 		<TD>
! 			<P>SQLiteManager is a multilingual web based tool to manage SQLite
! 			databases. The programming language used is PHP4 but it works fine
! 			with PHP5. Works just as well on a Linux as on Windows platform.
! 			This project is in course of developpement, but is already very
! 			functional.
! 			</P>
! 		</TD>
! 		<TD>
! 			GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<TD>
! 			<P><A HREF="http://sqlabs.net/">SQLiteManager</A></P>
! 		</TD>
! 		<TD>
! 			<P>a commercial SQLite database manager that runs on Windows, Mac
! 			OS X, and Mac OS Classic.
! 			</P>
! 		</TD>
! 		<TD>
! 			$39</P>
! 		</TD>
! 		<TD>
! 			<P>10 query rows</P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.sqliteplus.com/">SQLitePlus Database
! 			Manager</A></P>
! 		</TD>
! 		<TD>
! 			<P>GUI tool used to create, view and edit SQLite databases,
! 			similar to MS Query Analyzer: open multiple databases at the same
! 			time, open unlimited Query windows, view schema info, create
! 			Stored Scripts, execute highlighted query text</P>
! 		</TD>
! 		<TD>
! 			$30 - $50</P>
! 		</TD>
! 		<TD>
! 			<P>Feature limited</P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://noprianto.com/index.php?mod=modules/sqliteweb/index.php">sqliteweb</A></P>
! 		</TD>
! 		<TD>
! 			<P>Very small and simple web-based (CGI) sqlite administrator.
! 			Developed totally using shell script, with help from GNU coreutils
! 			and sed.
! 			</P>
! 		</TD>
! 		<TD>
! 			BSD</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR BGCOLOR="#ccffbf">
! 		<TD>
! 			<P><I>Web</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Win.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Lin.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Misc.</I></P>
! 		</TD>
! 		<TD>
! 			<I>Name</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P><I>Description</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<I>Licence / Price</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Trial Version</I></P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.vive.net/products/sqlpro.htm">SqlPro SQL
! 			Editor</A></P>
! 		</TD>
! 		<TD>
! 			<P><FONT COLOR="#a0a0a0">&curren;</FONT><A HREF="http://www.vive.net/products/sqlpro.htm">SqlPro</A>
! 			SQL Editor is a visual database management and development tool
! 			for multiple databases with Explorer interface. Supports Oracle,
! 			<A HREF="http://www.sqlite.org/cvstrac/wiki?p=MySql">MySql</A>,
! 			Microsoft SQL Server, Microsoft Access and Sqlite 3.</P>
! 		</TD>
! 		<TD>
! 			$30</P>
! 		</TD>
! 		<TD>
! 			<P>?</P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://reddog.s35.xrea.com/wiki/TkSQLite.html">TkSQLite</A></P>
! 		</TD>
! 		<TD>
! 			<P>A graphical database manager for SQLite implemented by Tcl/Tk.</P>
! 		</TD>
! 		<TD>
! 			BSD-style</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.visualsqlite.com/">Visual SQLite</A></P>
! 		</TD>
! 		<TD>
! 			<P>GUI application for SQLite 3 Databases. Visually control
! 			tables, indexes and triggers. Data editing, modify pragmas, SQL
! 			queries executions and more...
! 			</P>
! 		</TD>
! 		<TD>
! 			$40</P>
! 		</TD>
! 		<TD>
! 			<P>30 day</P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.webtrickscentral.com/wtcSQLite.php">wtcSQLite</A></P>
! 		</TD>
! 		<TD>
! 			<P>Web Tricks Central SQLite Administration Tool is an
! 			administration tool written in PHP. Create, edit, delete tables,
! 			data, indexes, triggers, views and more without knowing any SQL at
! 			all! On top of that, you may run 'ALTER TABLE' statements anywhere
! 			in wtcSQLite
! 			</P>
! 		</TD>
! 		<TD>
! 			LGPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! </TABLE>
! </html>
! 
! <html>
! <h3>Inactive or Unsupported</h3>
! <TABLE WIDTH=100% BORDER=1 CELLPADDING=3 CELLSPACING=0>
! 	<TR BGCOLOR="#ccffbf">
! 		<TD>
! 			<P><I>Web</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Win.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Lin.</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Misc.</I></P>
! 		</TD>
! 		<TD>
! 			<I>Name</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P><I>Description</I>
! 			</P>
! 		</TD>
! 		<TD>
! 			<I>Licence / Price</I></P>
! 		</TD>
! 		<TD>
! 			<P><I>Trial Version</I></P>
! 		</TD>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.caligari.sakh.com/sql/">Caligari's SQLite
! 			Admin Tool</A></P>
! 		</TD>
! 		<TD>
! 			<P>SQLite admin tool. Have source too.
! 			</P>
! 		</TD>
! 		<TD>
! 			GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.3site.it/DCS/">DCSQLite</A></P>
! 		</TD>
! 		<TD>
! 			<P>A Flash MX2004 front-end based on Database Connector System to
! 			manage SQLite database files with PHP5 interaction.
! 			</P>
! 		</TD>
! 		<TD>
! 			GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			dgSQLite</P>
! 		</TD>
! 		<TD>
! 			<P>A tcl/tk based GUI SQLite-Database Client which allows to
! 			import, export and query sqlite-databases. Available as kit/exe
! 			for Linux/Windows/OSF1. Other platforms can be added easily on
! 			request.</P>
! 		</TD>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://knoda.sourceforge.net/">knoda</A></P>
! 		</TD>
! 		<TD>
! 			<P>A database frontend for KDE. Its driver concept allows a
! 			uniform connection to different database servers (Mysql ,
! 			Postgresql , SQLite or ODBC).
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://republika.pl/roed/">LiteQuery</A></P>
! 		</TD>
! 		<TD>
! 			<P>Another GUI tool to create view and edit SQLite databases.
! 			Discontinued by author.</P>
! 		</TD>
! 		<TD>
! 			<P>GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.phpguru.org/static/phpSQLiteAdmin.html">phpSQLiteAdmin</A>
! 			(1)</P>
! 		</TD>
! 		<TD>
! 			<P>PHP based administration tool for SQLite in the same style as
! 			phpMyAdmin. Requires PHP 4.3+. GPL.
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://phpsqliteadmin.sourceforge.net/">phpSQLiteAdmin</A>
! 			(2)</P>
! 		</TD>
! 		<TD>
! 			<P>Web interface for the administration of SQLite databases.
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.singular.gr/sqlite/">SQLite 3 Explorer</A></P>
! 		</TD>
! 		<TD>
! 			<P>A great GUI tool written by Mike Cariotoglou. Freeware SQLite
! 			admin tool.
! 			</P>
! 		</TD>
! 		<TD>
! 			Freeware</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.monkeyshinez.net/SQLiteQA/">SQLite Query
! 			Analyzer </A>
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>Sqlite Query Analyzer is a query analyzer tool for <FONT COLOR="#a0a0a0">&curren;</FONT><A HREF="http://sourceforge.net/projects/adodotnetsqlite">ADO.NET
! 			Data Provider for SQLite</A>. The current version supports sqlite
! 			version 2 &amp; 3. It can be described as a visual query builder,
! 			and it is written in C#.</P>
! 		</TD>
! 		<TD>
! 			GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://www.simios.org/projetos/sqlitesharpadmin">SQLite
! 			Sharp Admin</A></P>
! 		</TD>
! 		<TD>
! 			<P>A tool written by Evandro Junior (needs .NET Framework 2).
! 			</P>
! 		</TD>
! 		<TD>
! 			?
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 	<TR>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://bobmanc.home.comcast.net/sqlitecc.html">SQLiteCC</A></P>
! 		</TD>
! 		<TD>
! 			<P>SQLite Control Center is a visual tool for working on SQLite
! 			database files similar to MySQL CC.
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>?
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://home.student.uu.se/frax0795/">SQLiteCC for
! 			SQLite3</A></P>
! 		</TD>
! 		<TD>
! 			<P>Same as SQLiteCC but for SQLite3 database files
! 			</P>
! 		</TD>
! 		<TD>
! 			<P>?
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="http://sqlitefront.sourceforge.net/">SQLiteFront</A></P>
! 		</TD>
! 		<TD>
! 			<P>A tool to manage SQLite databases like phpMyAdmin is to MySQL.
! 			Written in pure PHP5 using PHP5 DOM XML, XSL and SQLite extensions
! 						</P>
! 		</TD>
! 		<TD>
! 			GPL
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! 
! 		<td><p>x</p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<td><p><br></p></td>
! 		<TD>
! 			<P><A HREF="https://sourceforge.net/projects/sqlitewebadmin/">SQLiteWebAdmin</A></P>
! 		</TD>
! 		<TD>
! 			<P>SQLiteWebAdmin is a webbased administration tool for SQLite
! 			Databases. It is written in PHP and requires PHP 4.x with SQLite
! 			extension or PHP 5. It provides management of multiple sqlite
! 			Databases.
! 			</P>
! 		</TD>
! 		<TD>
! 			Artistic License
! 			</P>
! 		</TD>
! 		<td><p><br></p></td>
! 	</TR>
! </TABLE>
  
! </html>