Skip to content

Commit e2e8a2a

Browse files
committed
Mention more jdbc modules in the docs
Fixes #597
1 parent 043e90a commit e2e8a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ Testcontainers will try to connect to a Docker daemon using the following strate
3636
Testcontainers is distributed in a handful of Gradle/Maven modules:
3737

3838
* **testcontainers** for just core functionality, generic containers and docker-compose support
39-
* **mysql**, **postgresql** or **oracle-xe** for database container support
39+
* **mysql**, **mariadb**, **postgresql**, **mssqlserver** or **oracle-xe** for database container support
4040
* **elasticsearch** for elasticsearch container support
4141
* **selenium** for selenium/webdriver support
4242
* **nginx** for nginx container support
43+
* and many more!
4344

4445
In the dependency description below, replace `--artifact name--` as appropriate and `--latest version--` with the [latest version available on Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.testcontainers%22):
4546

0 commit comments

Comments
 (0)