We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1575a commit 0cce48bCopy full SHA for 0cce48b
modules/generic/testcontainers/generic/sql.py
@@ -16,6 +16,8 @@ class SqlContainer(DockerContainer):
16
This class can serve as a base for database-specific container implementations.
17
It provides connection management, URL construction, and basic lifecycle methods.
18
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.
21
"""
22
23
def __init__(self, image: str, wait_strategy: WaitStrategy, **kwargs):
0 commit comments