-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed