Skip to content
Karl Erik Levik edited this page Mar 27, 2018 · 4 revisions

Welcome to the ispyb Python package wiki!

ISPyB database schema overview

Below is a simplified database diagram of the most relevant tables and their relationships. Note that:

  • not all columns are shown
  • the datatypes are omitted
  • the primary keys are always the first column(s) in each table (usually named after the table and ending in "Id")
  • next follow the foreign keys (usually named after the table it referenes and ending in "Id")
  • all the regular columns are shown last

Diagram

Click here to edit this image in a browser (?t=0 to bypass caches). Use the Chrome App for native PNG+XML support.

Clone this wiki locally