[xiph-commits] r3180 - cmmlwiki/trunk

shans at svn.annodex.net shans at svn.annodex.net
Wed Aug 8 23:24:42 PDT 2007


Author: shans
Date: 2007-08-08 23:24:41 -0700 (Wed, 08 Aug 2007)
New Revision: 3180

Modified:
   cmmlwiki/trunk/README
Log:
Clarification off pysqlite versions added to README



Modified: cmmlwiki/trunk/README
===================================================================
--- cmmlwiki/trunk/README	2007-08-08 05:22:00 UTC (rev 3179)
+++ cmmlwiki/trunk/README	2007-08-09 06:24:41 UTC (rev 3180)
@@ -28,6 +28,30 @@
   libgstreamer0.10-0 gstreamer0.10-plugins-base gstreamer0.10-plugins-good
   python-imaging python-gst0.10
 
+A Note About Sqlite
+-------------------
+
+There are two different sqlite databases in common use: sqlite2 and sqlite3.  
+There are also two different sqlite APIs: v2 and v3.  CMMLWiki uses v2:sqlite2.
+In debian at least, the following packages exist:
+
+python-pysqlite2 - v3:sqlite3
+python-pysqlite1.1 - v2:sqlite3
+python-sqlite - v2:sqlite2
+
+If you are using debian, make sure you get python-sqlite (and not 
+python-pysqlite2 or python-pysqlite1.1)!  If you are using a different flavour
+of Linux, then you will need to carefully investigate which version of the
+library you should be using.
+
+The pysqlite project is here: 
+http://www.initd.org/tracker/pysqlite/wiki/pysqlite
+
+If you want to compile directly from source, then the 3 versions are:
+1.0.x: v2:sqlite2 (get this one!)
+1.1.x: v2:sqlite3 (don't get this one!)
+2.x:   v3:sqlite3 (right out!)
+
 Installation
 ------------
 



More information about the commits mailing list