Skip to content

Commit

Permalink
Fix Testcontainers project name
Browse files Browse the repository at this point in the history
The name of the project is Testcontainers.

See https://testcontainers.com/
  • Loading branch information
eddumelendez committed Dec 15, 2022
1 parent 9e8910a commit a6adbac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
@@ -1,7 +1,7 @@
---
subtitle: TestContainers
subtitle: Testcontainers
---
# TestContainers
# Testcontainers

## Support Level

Expand Down Expand Up @@ -57,11 +57,11 @@ Dependencies: <br/>
</tr>
</table>

- See the [TestContainers documentation](https://www.testcontainers.org/modules/databases/jdbc/) for more information
- See the [Testcontainers documentation](https://www.testcontainers.org/modules/databases/jdbc/) for more information

### Compatibility

- See [TestContainers list of supported databases](https://www.testcontainers.org/modules/databases/) to check if your chosen database is compatible
- See [Testcontainers list of supported databases](https://www.testcontainers.org/modules/databases/) to check if your chosen database is compatible

### Example URL

Expand All @@ -71,4 +71,4 @@ jdbc:tc:postgresql:11-alpine://localhost:5432/databasename

## Limitations

- If Flyway doesn't ship with a database driver for your chosen database, you will still need to provide one in order to use it with TestContainers. For example, if you want to connect to a DB2 database with TestContainers you will still need to provide a DB2 driver whose Maven Central coordinates are <code>com.ibm.db2.jcc:11.5.0.0</code>
- If Flyway doesn't ship with a database driver for your chosen database, you will still need to provide one in order to use it with Testcontainers. For example, if you want to connect to a DB2 database with TestContainers you will still need to provide a DB2 driver whose Maven Central coordinates are <code>com.ibm.db2.jcc:11.5.0.0</code>
2 changes: 1 addition & 1 deletion documentation/Flyway CLI and API/Welcome To Flyway.md
Expand Up @@ -52,7 +52,7 @@ title: Welcome To Flyway
<a href="Supported Databases/aurora-mysql">Aurora MySQL</a>,
<a href="Supported Databases/mariadb">MariaDB</a>,
<a href="Supported Databases/Percona XtraDB Cluster">Percona XtraDB Cluster</a>,
<a href="Supported Databases/testcontainers">TestContainers</a>,
<a href="Supported Databases/testcontainers">Testcontainers</a>,
<a href="Supported Databases/postgresql">PostgreSQL</a> (including Amazon RDS, Azure Database, Google Cloud SQL, TimescaleDB, YugabyteDB &amp; Heroku),
<a href="Supported Databases/aurora-postgresql">Aurora PostgreSQL</a>,
<a href="Supported Databases/redshift">Redshift</a>,
Expand Down
Expand Up @@ -3037,7 +3037,7 @@ <h3>Bug fixes</h3>
</li>
<li>
<a href="https://github.com/flyway/flyway/issues/2736" target="_blank">Issue 2736</a>
Reintroduce TestContainers support
Reintroduce Testcontainers support

</li>
<li>
Expand Down Expand Up @@ -6343,7 +6343,7 @@ <h3>New features</h3>
</li>
<li>
<a href="https://github.com/flyway/flyway/pull/1663" target="_blank">Issue 1663</a>
Support TestContainers JDBC connection string
Support Testcontainers JDBC connection string
</li>
<li>
<a href="https://github.com/flyway/flyway/issues/1693" target="_blank">Issue 1693</a>
Expand Down

0 comments on commit a6adbac

Please sign in to comment.