Small. Fast. Reliable.
Choose any three.
*** 44,57 ****
  *SQLiteDBMS*
  (http://sqlitedbms.sourceforge.net/)
  
  BSD license (beta)
  
  *:sqlite3 + TCP/IP server daemon
! *:HTTP request, XML response
  *:Includes simple webserver(support WebDAV)
! *:SSL, Basic HTTP authentication
  *:Access control(DB, TABLE)
  *:Support for prepared statement
  *:Extended SQL for admin
  1::SHOW DATABASE
  1::SHOW USER
--- 44,63 ----
  *SQLiteDBMS*
  (http://sqlitedbms.sourceforge.net/)
  
+ SQLiteDBMS is a database management server for SQLite. It allows an sqlite3 process to be accessed via
+ a TCP/IP network. It provides Extended SQL, SSL, basic authentication, prepared statement, query
+ cache, WebDAV and table level access control. It includes a simple Web server that takes HTTP requests
+ and sends XML responses.
+ 
  BSD license (beta)
  
  *:sqlite3 + TCP/IP server daemon
! *:HTTP request/XML response
  *:Includes simple webserver(support WebDAV)
! *:SSL, HTTP base authentication
  *:Access control(DB, TABLE)
  *:Support for prepared statement
+ *:Query cache( >= SQLite 3.3.5)
  *:Extended SQL for admin
  1::SHOW DATABASE
  1::SHOW USER
***************
*** 69,75 ****
  1::GRANT [CREATE] {GRANT OPTIONS}
  1::REVOKE [CREATE] {GRANT OPTIONS}
  *::more..
! *:Client tools(HTML, JavaScript)
! *:Includes C client API(libsqlited)
  *:Support Linux and MacOS X
- *:and more features..
--- 75,82 ----
  1::GRANT [CREATE] {GRANT OPTIONS}
  1::REVOKE [CREATE] {GRANT OPTIONS}
  *::more..
! *:libsqlited(C/C++ client API)
! *:Client tools
! 1::SQLiteDBMS Client(JavaScript, GUI)
! 1::HTML Client(HTML)
  *:Support Linux and MacOS X