Skip to content

[ENHANCEMENT]: Support mapping rows to class instances #174

Description

@lroal

Feature Description

Orange ORM currently maps rows to plain data objects. There is no built-in way to map query results to class instances with custom methods and properties.

Use case
Being able to define a class with domain logic and have the ORM return instances of that class directly, rather than plain objects that require manual wrapping.

Acceptance criteria
Mapped rows can be returned as instances of a user-defined class
Class instances retain custom methods and properties
Existing mapping behavior is unchanged

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions