Export pre-populated databases #204
marcosvega91
started this conversation in
Ideas
Replies: 2 comments
-
Hey, @marcosvega91. I think having a pre-defined set of models is a good idea. Let's tackle this once the main functionality of this library is implemented? I feel like right now we are in the design phase, and things may shift and change. Populating such ready-to-use presets is better on a relatively stable library. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes yes it was only a way to track this feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can provide some api to generate handles, entities, models, for example I can create Pokemon API by using
The function will create a new db with pokemon entities, populate with some data and attach to msw instance the handlers.
We can add more examples that can be used for POC applications
Beta Was this translation helpful? Give feedback.
All reactions