Crates.io | qm-entity |
lib.rs | qm-entity |
version | 0.0.60 |
created_at | 2024-03-14 12:12:09.013918+00 |
updated_at | 2025-08-11 12:16:45.167815+00 |
description | Entity management |
homepage | |
repository | https://github.com/hd-gmbh-dev/quick-microservice-rs |
max_upload_size | |
id | 1173331 |
size | 206,179 |
qm-entity
utilities to work with the concept of an Entity
The opinionated concept of Entity
introduces a way to work with database objects, define ownership
and have access control with different levels.
serde-str
: add serde
support based on Display
and FromStr
traits for InfraContext
and InfraContextId
types.