You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entities can have relationships with other entities in the usual ERD manner (1-to-1, 1-to-many,...). This could be done
with a "relates to" clause on the entity and a pathId and relationship type to the other entity. (see Implement Processor Relationships #527)
Allow "microservice" as a kind option choice for various definitions
Add ZonedDateTime, optionally with the Zone Mneumonic as a predefined type
Add Blob as a predefined type, possibly with a string parameter, like Blob("Image")
Features Gleaned from #115 should be implemented:
with a "relates to" clause on the entity and a
pathId
and relationship type to the other entity. (see Implement Processor Relationships #527)kind
option choice for various definitionsThe text was updated successfully, but these errors were encountered: