iridakos / duckrails

Development tool to mock API endpoints quickly and easily (docker image available)
https://github.com/iridakos/duckrails/wiki
MIT License
1.72k stars 108 forks source link

How to export my mocks? #37

Open kkmike999 opened 6 years ago

kkmike999 commented 6 years ago

i install duckrails by docker. How can i export mocks data?

felipewove commented 5 years ago

I figured out by sharing a volume with /opt/duckrails/db.

It stores the mocks in a SQLite, you could also connect on it and make a dump

iridakos commented 5 years ago

@kkmike999 This is not implemented but I will keep the issue open and mark it as a TODO.

Thanks @felipewove for the workaround.