Merge branch 'master' into master

This commit is contained in:
ecarjat
2025-06-06 09:22:44 +02:00
committed by GitHub
65 changed files with 3854 additions and 1975 deletions

View File

@@ -23,7 +23,7 @@ class DatabaseType(Enum):
SQLITE = "sqlite"
COCKROACHDB = "cockroachdb"
def to_drivername(self: "DatabaseType") -> str:
def to_drivername(self) -> str:
"""Get the drivername for the database type.
Returns: