Skip to content

Any chance there is a way to store each record in it's own file? #31

@ScottLeWarne

Description

@ScottLeWarne

This library is perfect for a unit test scenario that I have where I need to store a lot of entities as files so that they persist into the git repo along with the test project. And the ability to easily edit the entities by hand is important.

But my entities have a 'value' property that contains a json document that can get quite large so would ideally like to be able to have each entity be stored in its own file or else it will be tough to have to browse through really large, file-per-entity files when editing by hand.

I didn't see any options for that and initial testing shows the pattern looks to be file-per-entity, but wanted to ask.

Thanks, great library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions