An open API service indexing awesome lists of open source software.

https://github.com/killbill/testing-mysql-server

Embedded MySQL server for use in tests
https://github.com/killbill/testing-mysql-server

Last synced: 7 months ago
JSON representation

Embedded MySQL server for use in tests

Awesome Lists containing this project

README

          

# testing-mysql-server

Fork of airlift's [testing-mysql-server](https://github.com/airlift/testing-mysql-server). See `TestTestingMySqlServer`
for simple usage, or `TestWithHikariCP` as an example how to construct `Datasource` in tests.