Skip to main content

SQLAlchemy ORM models for the ISPyB database

Project description

This provides a set of SQLAlchemy ORM models for the ISPyB database.

Installation

Install from pypi ispyb-models:

pip install ispyb-models

Basic Usage

from ispyb import models

dataCollection = models.DataCollection(
    ...
)

ses.add(dataCollection)
ses.commit()

...

datacollections = (
    ses.query(
        models.DataCollection
    ).filter(models.DataCollection.dataCollectionId == 1)
    ).first()
)

Generate a new version

To update the models you need to run the workflow Update Models through GitHub Actions panel. This will create a new branch with models matching the latest DB release and create a pull request for merge this branch into main. Before merging there are some things you need to do:

  • Make sure py-ispyb tests still pass with these new models
  • Update HISTORY.md to reflect the changes
  • Bump version number with bump2version

⚠️ Do not edit the output file yourself

The resulting _auto_db_schema.py should not be edited (other than automatic formatting with black or sorting of imports with isort). All models are imported into and accessed via the __init__.py. Any modifications, e.g. injecting additional relationships between models should be done here.

⚠️ [for local test] Manually update the DB schema

Checkout the specific tag for a given ispyb-database version:

$ git clone -b v1.18.1 https://github.com/ispyb/ispyb-database.git
$ # or, if you have an existing copy of the repository:
$ git checkout v1.18.1

Apply the schema patch in patches/circular_references.patch to avoid circular foreign key references:

$ patch -p1 < ispyb-models/patches/circular_references.patch

Then run the ispyb-database build.sh script to generate the database:

$ sh build.sh

Generate the models with sqlacodegen in src/ispyb/models/:

. generate_models.sh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ispyb-models-pyispyb-1.2.4.tar.gz (37.2 kB view details)

Uploaded Source

Built Distribution

ispyb_models_pyispyb-1.2.4-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

Details for the file ispyb-models-pyispyb-1.2.4.tar.gz.

File metadata

  • Download URL: ispyb-models-pyispyb-1.2.4.tar.gz
  • Upload date:
  • Size: 37.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for ispyb-models-pyispyb-1.2.4.tar.gz
Algorithm Hash digest
SHA256 24469e21f7cdcc451c3c2a27b684c57d3b85bbd7ee6137a7ba08a20f4df46cf0
MD5 44062369df25accacc725f5c6010ea17
BLAKE2b-256 4e607c4d45cdbc2d4e17c0c9cd6048ce42e39b22dae60cf199d8a3256d242106

See more details on using hashes here.

File details

Details for the file ispyb_models_pyispyb-1.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for ispyb_models_pyispyb-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c0fd1ea8d9a03ad822b5fef693bc6741ebcf127e2e341ee041ee513a33da6522
MD5 7fbd40b461ea67d46f53d0632f080fa7
BLAKE2b-256 1e2d92dd9359dd7aecfdeed4f16d54d109377769aac880b98569429735b6d57b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page