[Swift-commit] r2691 - provenancedb
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Mar 16 08:19:46 CDT 2009
Author: benc
Date: 2009-03-16 08:19:45 -0500 (Mon, 16 Mar 2009)
New Revision: 2691
Modified:
provenancedb/provenance.xml
Log:
Update documentation on basic use of provenance database
Modified: provenancedb/provenance.xml
===================================================================
--- provenancedb/provenance.xml 2009-03-16 13:19:11 UTC (rev 2690)
+++ provenancedb/provenance.xml 2009-03-16 13:19:45 UTC (rev 2691)
@@ -38,7 +38,7 @@
</section>
-<section><title>Getting started</title>
+<section><title>The old 'Getting started' section that you should ignore...</title>
<para>
This section details how to make basic use of some of the provenance database
that I have running at CI.
@@ -146,13 +146,14 @@
<section><title>Check out the latest SVN code</title>
-Use the following two commands to check out the <literal>provenancedb</literal>
-and <literal>log-processing</literal> modules:
+<para>
+Use the following command to check out the <literal>provenancedb</literal>
+module:
<screen>
svn co https://svn.ci.uchicago.edu/svn/vdl2/provenancedb
-svn co https://svn.ci.uchicago.edu/svn/vdl2/log-processing
</screen>
+</para>
</section>
@@ -186,9 +187,23 @@
</screen>
</para>
</section>
+<section><title>Querying the newly generated database</title>
+<para>
+If you're using the SQLite database, you can get an interactive SQL
+session to query your new provenance database like this:
+<screen>
+$ <userinput>sqlite3 provdb</userinput>
+SQLite version 3.6.11
+Enter ".help" for instructions
+Enter SQL statements terminated with a ";"
+sqlite>
+</screen>
+</para>
</section>
+</section>
+
<section><title>What this work does not address</title>
<para>This work explicitly excludes a number of uses which traditionally
More information about the Swift-commit
mailing list