# Functions
New returns an inmem store with some common options set: opt-out of write roundtripping.
NewFromObject returns an inmem store from the passed object, with some common options set: opt-out of write roundtripping.
NewFromObjectWithASTRead returns an inmem store from the passed object, with round-trip on write disabled and AST values returned on read.