View on GitHub

Red

A WiP ORM for Raku

Red::ResultAssociative

Lazy Associative class from Red queries (.classify)

method of

method of() returns Mu

type of the value

method key-of

method key-of() returns Mu

type of the key

method keys

method keys() returns Mu

return a list of keys run a SQL query to get it

method elems

method elems() returns Mu

Run query to get the number of elements

method AT-KEY

method AT-KEY(
    $key
) returns Mu

return a ResultSeq for the given key

method Bag

method Bag() returns Mu

Run query to create a Bag

method Set

method Set() returns Mu

Run query to create a Set