This message was deleted.
# help
s
This message was deleted.
o
Hello. WireMock 3 adds a DataProvider extension point that allows loading from external sources. You can implement the MySQL loader there https://github.com/wiremock/wiremock/issues/2145
There is no CRUD API though, but saving the data can be implemented using external logic or via a listener
r
Thanks oleg. Looks like need to write custom extension for this. I am not a java dev, need to go through code structure.
Hi @Oleg Nenashev
What about storing the stubs in database? how to implement that?
especially during proxy recording
o