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
- Host: GitHub
- URL: https://github.com/killbill/testing-mysql-server
- Owner: killbill
- License: apache-2.0
- Created: 2022-10-11T19:08:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T01:53:20.000Z (over 3 years ago)
- Last Synced: 2024-12-28T10:28:59.226Z (over 1 year ago)
- Language: Java
- Size: 56.6 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.