Skip to content

No persistence of stor between calls #43

@ultinous-kszegi

Description

@ultinous-kszegi

A big difference between standalone nu runtime that stor is useless with http-nu

 let command = "stor reset | ignore; stor create -t users -c {id: int username: str} | print $in"
 nu -c $command
╭───────┬────────────────╮
 users  [list 0 items] 
╰───────┴────────────────╯
 http-nu eval -c $command
PRINT: {}

Now, I understand that cross stream is nice, but for different use cases.
Is this intentional, or an architectural consequence, or a bug.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions