Open
Description
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)