Skip to content

Commit 0cce48b

Browse files
committed
Added note
1 parent ad1575a commit 0cce48b

File tree

1 file changed

+2
-0
lines changed
  • modules/generic/testcontainers/generic

1 file changed

+2
-0
lines changed

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)