Schema-aware query with linked access patterns
A new query mode that reads your DDB Toolbox schema, composes keys correctly, and lets you pivot through linked access patterns and resolved entity relationships.

Schema-aware query with linked access patterns
The headline of this release: when Dynomatic is connected to your DDB Toolbox schema, querying becomes a lot less manual. The app now understands your entities, composes keys correctly, and lets you pivot between related access patterns without rebuilding the query each time.
Schema-aware query with linked access patterns
The new schema-aware query mode reads the DDB Toolbox schema you’ve connected to your table and uses it to build queries. Pick an entity, pick an access pattern, and Dynomatic composes the partition and sort keys for you. From there, you can pivot to a linked access pattern — for example, jump from a user’s orders to a single order’s line items — with the keys carried over automatically.
Behind the scenes the query engine now resolves semantic relationships across entities, so keys that depend on values from another entity are filled in correctly without you assembling them by hand.