Small. Fast. Reliable.
Choose any three.
*** 30,32 ****
--- 30,52 ----
  (http://dba.openoffice.org/drivers/sqlite/index.html)
  {linebreak}
  {linebreak}
+ 
+ 
+ *SQLiteDBMS*
+ (http://sqlitedbms.sourceforge.net)
+ 
+ *:sqlite3 + TCP/IP server daemon
+ *:HTTP request, XML response
+ *:Includes simple webserver
+ *:Basic HTTP authentication
+ *:Extended SQL for admin
+ 1::SHOW TABLES [TABLENAME]
+ 1::SHOW INDEX [TABLENAME]
+ 1::SHOW STATUS
+ 1::CREATE DATABASE DBNAME
+ 1::DROP DATABASE DBNAME
+ 1::CREATE USER [NO]SUPERUSER DBNAME ID PASSWORD
+ 1::DROP USER ID [DBNAME]
+ *::more..
+ *:Client tools(HTML, JS)
+ *:and more features..