Say that users will access scanned data through SQLite3.
authorbarbieri <barbieri@gmail.com>
Wed, 23 Jan 2008 16:04:04 +0000 (16:04 +0000)
committerbarbieri <barbieri@gmail.com>
Wed, 23 Jan 2008 16:04:04 +0000 (16:04 +0000)
www/index.html

index 931aca1..5d5d58f 100644 (file)
@@ -34,9 +34,19 @@ body {
       connection and the file id within the master table 'files' are
       handled to plugins for relationship with other tables.
     </p>
+    <p>
+      Applications should then access the SQLite3 database to get all
+      the informations about scanned media. See tables and fields
+      description at <a
+      href="http://lms.garage.maemo.org/api/index.html">http://lms.garage.maemo.org/api/index.html</a>
+      (end of the page). You can use any SQLite3 access library, for
+      instance you have SQLObject, SQLAlchemy and Storm for python,
+      Sequel for Ruby and possible others.
+    </p>
     <h2>Documentation</h2>
     <ul>
-      <li><a href="api/index.html">C API</a></li>
+      <li><a href="api/index.html">C API</a>, with library
+      introduction and DB tables descriptions.</li>
       <li><a href="python-api/index.html">Python API</a></li>
       <li><a href="ruby-api/index.html">Ruby API</a></li>
     </ul>