Zhu Wu's Blog

The world is a fine place and worth fighting for.

Use MariaDB4j in Unit Tests

Recently, we wrote a lot of raw and complex SQL queries for data analysis in our new project, and these queries run on a MySQL database. Then, we notice that it becomes a nightmare to maintain these queries, and we decide to add unit tests to...

Continue reading →