Hi @Fabio_Nacarelli, we usually advise against mocking databases. Instead, it’s better to use a container-based integration testing framework like testcontainers. However, if you need to use a mock deployment, version 2 provides a MockDeployment option in the experimental API. Note that experimental API may be modified or removed without notice.