mswjs / data

Data modeling and relation library for testing JavaScript applications.
https://npm.im/@mswjs/data
MIT License
829 stars 52 forks source link

Suggestions on how to mock data for NoSQL database #114

Closed rowlandekemezie closed 3 years ago

rowlandekemezie commented 3 years ago

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.

kettanaito commented 3 years ago

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.