Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _components/mqss-mqp-database-access.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
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
Comment on lines +6 to +7
Copy link
Copy Markdown
Collaborator

@DRovara DRovara Jun 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I try to open this link, I get a 404 error. Is that expected?

That also messes up the GitHub Stars computation.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's because the repository is not yet public.
I propose to keep this PR open for as long as the respective repository is not made public as there is no point in linking to private repositories.

maintainers:
- LRZ (QCT)
---

`MQP-Database-Access` is the Python database access package for the Munich Quantum Portal (MQP)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`MQP-Database-Access` is the Python database access package for the Munich Quantum Portal (MQP)
MQP-Database-Access is the Python database access package for the Munich Quantum Portal (MQP)

To stay consistent with other components, I'd suggest we remove the backticks here.

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.
Loading