Skip to content

Commit de608a2

Browse files
committed
Added note
1 parent 44a0343 commit de608a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • modules/generic/testcontainers/generic

modules/generic/testcontainers/generic/sql.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class SqlContainer(DockerContainer):
1616
This class can serve as a base for database-specific container implementations.
1717
It provides connection management, URL construction, and basic lifecycle methods.
1818
Database connection readiness is automatically handled by the provided wait strategy.
19+
20+
Note: `SqlConnectWaitStrategy` from `sql_utils` is a provided wait strategy for SQL databases.
1921
"""
2022

2123
def __init__(self, image: str, wait_strategy: WaitStrategy, **kwargs):

0 commit comments

Comments
 (0)