Skip to content

Support type stable callback option for query result #34

@davidanthoff

Description

@davidanthoff

Maybe something like this

@from i in table begin
@select i
end x-> begin
    for i in x
        # Do something with each row
    end
end

Anything in the callback would actually be type stable.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions