From 10d6701d9cb3920613c0af95e3443c0993741f07 Mon Sep 17 00:00:00 2001 From: DRovara <93778306+DRovara@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:00:02 +0000 Subject: [PATCH 1/2] feat: :card_file_box: add component "MQSS MQP Database Access" from Issue #131 --- _components/mqss-mqp-database-access.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _components/mqss-mqp-database-access.md diff --git a/_components/mqss-mqp-database-access.md b/_components/mqss-mqp-database-access.md new file mode 100644 index 0000000..1c6e785 --- /dev/null +++ b/_components/mqss-mqp-database-access.md @@ -0,0 +1,13 @@ +--- +title: MQSS MQP Database Access +languages: + - Python +links: + docs: https://github.com/Munich-Quantum-Software-Stack/MQP-Database-Access/blob/develop/README.md + github: https://github.com/Munich-Quantum-Software-Stack/MQP-Database-Access +maintainers: + - LRZ (QCT) +--- + +`MQP-Database-Access` is the Python database access package for the Munich Quantum Portal (MQP) Dashboard and part of the Munich Quantum Software Stack (MQSS). +It provides ORM-backed data access modules for domain entities such as users, jobs, resources, budgets, tokens, time slots, feedback, and status handling. From bc2b7940cebd0b4e4df42a2aa50cd33d3bbf7495 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:00:16 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _components/mqss-mqp-database-access.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_components/mqss-mqp-database-access.md b/_components/mqss-mqp-database-access.md index 1c6e785..8b1bf44 100644 --- a/_components/mqss-mqp-database-access.md +++ b/_components/mqss-mqp-database-access.md @@ -9,5 +9,7 @@ maintainers: - LRZ (QCT) --- -`MQP-Database-Access` is the Python database access package for the Munich Quantum Portal (MQP) Dashboard and part of the Munich Quantum Software Stack (MQSS). -It provides ORM-backed data access modules for domain entities such as users, jobs, resources, budgets, tokens, time slots, feedback, and status handling. +`MQP-Database-Access` is the Python database access package for the Munich Quantum Portal (MQP) +Dashboard and part of the Munich Quantum Software Stack (MQSS). It provides ORM-backed data access +modules for domain entities such as users, jobs, resources, budgets, tokens, time slots, feedback, +and status handling.