mswjs / data

Data modeling and relation library for testing JavaScript applications.

Home Page:https://npm.im/@mswjs/data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestions on how to mock data for NoSQL database

rowlandekemezie opened this issue · comments

My application is data-driven but developed with Non-relational Database.

I think using the current package doesn't mirror the application code. So, I'm wondering if there's any solution or suggestion on how to approach the mocking.

Hey, @rowlandekemezie. Could you please share some more info on your NoSQL data structure?

The usage of this package resembles describing a document store, and I can imagine it being useful for your use-case as well.