process management blog posts

Writing Tests For MySQL Document Store Apps with Node

Blog: Oracle BPM

MySQL Document Store is a NoSQL solution built on top of MySQL. This means we need a test database to use when we want to test code that interacts with MySQL Document Store. With Testcontainers, we can spin up a MySQL database so we can easily test any code that interacts with MySQL Document Store.