|
From: <sv...@va...> - 2013-09-18 13:28:39
|
Author: de
Date: Wed Sep 18 13:28:30 2013
New Revision: 481
Log:
Added SQLite to list of vg users
Modified:
trunk/gallery/users.html
Modified: trunk/gallery/users.html
==============================================================================
--- trunk/gallery/users.html (original)
+++ trunk/gallery/users.html Wed Sep 18 13:28:30 2013
@@ -128,6 +128,9 @@
<li><a href="http://www.postgresql.org/">PostgreSQL:</a>
the World's most advanced open source database.</li>
+ <li><a href="http://www.sqlite.org/">SQLite:</a>
+ The most widely deployed database engine; a self-contained, zero-configuration, serverless in-process library. (<a href="http://www.sqlite.org/testing.html">Appreciation </a> from SQLite.)</li>
+
<li><a href="http://www.teratext.com/home.html">Teratext Database System:</a>
a terabyte-capable text database.</li>
|