Difference between revisions of "SQLite-form of the CCDB database"

From GlueXWiki
Jump to: navigation, search
(Created page with "The CCDB can be accessed as a SQLite file. Full history and read/write access is supported. However note that there is no current mechanism for backporting changes from a modifie...")
 
Line 3: Line 3:
 
By its nature SQLite requires no network connection and no additional software should be required.???
 
By its nature SQLite requires no network connection and no additional software should be required.???
  
A SQLite database is created nightly. Files can be found at /group/halld/Software/calib/ccdb_sqlite . The latest version is available on the web at https://halldweb1.jlab.org/ccdb/???
+
A SQLite database is created nightly. Files can be found at /group/halld/Software/calib/ccdb_sqlite . The latest version is available for download here [https://halldweb1.jlab.org/dist/ccdb.sqlite here] .

Revision as of 14:48, 16 January 2014

The CCDB can be accessed as a SQLite file. Full history and read/write access is supported. However note that there is no current mechanism for backporting changes from a modified SQLite database to the main MySQL database.

By its nature SQLite requires no network connection and no additional software should be required.???

A SQLite database is created nightly. Files can be found at /group/halld/Software/calib/ccdb_sqlite . The latest version is available for download here here .