Skip to content

idea: addData!(...., datastore=SomethingNonDefault) #559

Open
@dehann

Description

@dehann

Following #550 , I was wondering if it would be worth having an interface in the future that allows use of different datastores (with a single user default already in the fg object):

# already exists since #550
addData!(fg, :x1, data..)

# vs. also being able to immediately also push to an alternate datastore
addData!(fg, :x1, data.., datastore=myAltDatastore)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions