crud_db
The crud_db-package provides modules for the manipulation of the database. This includes creation, reading, update and deletion.
create
|
Create a new database entry for the measurement table. |
|
Create a new database entry for the molecule table. |
read
|
Query the database. |
FilterModels
Pydantic filter model for Measurement. |
|
Pydantic filter model for CWEPR. |
|
Pydantic filter model for TREPR. |
|
Pydantic filter model for PulseEPR. |
|
Pydantic filter model for UVVis. |
|
Pydantic filter model for Fluorescence. |
|
Pydantic filter model for TA. |
|
Pydantic filter model for Molecule. |
|
Pydantic filter model for SingleMolecule. |
|
Pydantic filter model for RP. |
|
Pydantic filter model for TDP. |
|
Pydantic filter model for TTP. |
OrderingModels
Pydantic ordering model for Measurement. |
|
Pydantic ordering model for CWEPR. |
|
Pydantic ordering model for TREPR. |
|
Pydantic ordering model for PulseEPR. |
|
Pydantic ordering model for UVVis. |
|
Pydantic ordering model for Fluorescence. |
|
Pydantic ordering model for TA. |
|
Pydantic ordering model for Molecule. |
|
Pydantic ordering model for SingleMolecule. |
|
Pydantic ordering model for RP. |
|
Pydantic ordering model for TDP. |
|
Pydantic ordering model for TTP. |
update
|
Update a database entry using an update model. |
UpdateModels
Pydantic update model for Measurement. |
|
Pydantic update model for CWEPR. |
|
Pydantic update model for TREPR. |
|
Pydantic update model for PulseEPR. |
|
Pydantic update model for UVVis. |
|
Pydantic update model for Fluorescence. |
|
Pydantic update model for TA. |
|
Pydantic update model for Molecule. |
|
Pydantic update model for SingleMolecule. |
|
Pydantic update model for RP. |
|
Pydantic update model for TDP. |
|
Pydantic update model for TTP. |
delete
|
Delete an entry from the database. |
|
Delete an entry from the molecule table with a given molecular-id. |
|
Delete an entry from the measurement table with a given measurement-id. |