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()
)

Manually generate 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/:

sqlacodegen mysql+mysqlconnector://user:password@host:port/ispyb_build --noinflect --outfile _auto_db_schema.py

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.

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-1.0.6.tar.gz (35.4 kB view details)

Uploaded Source

Built Distribution

ispyb_models-1.0.6-py3-none-any.whl (35.0 kB view details)

Uploaded Python 3

File details

Details for the file ispyb-models-1.0.6.tar.gz.

File metadata

  • Download URL: ispyb-models-1.0.6.tar.gz
  • Upload date:
  • Size: 35.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for ispyb-models-1.0.6.tar.gz
Algorithm Hash digest
SHA256 c490b774c7e8801e4e43fe3561904233871265b853680f377aa7435a351299ca
MD5 420ef460c23938a9e3cddac751cd0d59
BLAKE2b-256 21a6b3f2c61ef5736e9754fb5db849c8dedbfbff232b0083510fd6ad15456b3f

See more details on using hashes here.

File details

Details for the file ispyb_models-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: ispyb_models-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 35.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for ispyb_models-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b96b41e0b84219ebb13fea926cf0e13ebe83561dcd816f2a6e5bd191a7c75e24
MD5 607af2082fea77c4ce386ee81e402e78
BLAKE2b-256 187ed852deeffc4c245b183c2757d91a6107b7fe6d29fa1ffd91703231a58284

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