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 eeebefa commit 7946565Copy full SHA for 7946565
aws_advanced_python_wrapper/driver_dialect_codes.py
@@ -13,7 +13,6 @@
13
# limitations under the License.
14
15
class DriverDialectCodes:
16
- SQLALCHEMY = "sqlalchemy"
17
PSYCOPG = "psycopg"
18
MYSQL_CONNECTOR_PYTHON = "mysql-connector-python"
19
GENERIC = "generic"
docs/using-the-python-driver/DriverDialects.md
@@ -26,7 +26,6 @@ Driver Dialect codes specify which driver dialect class to use.
26
|--------------------------|--------------------------|
27
| `PSYCOPG` | `psycopg` |
28
| `MYSQL_CONNECTOR_PYTHON` | `mysql-connector-python` |
29
-| `SQLALCHEMY` | `sqlalchemy` |
30
| `GENERIC` | `generic` |
31
32
## Custom Driver Dialects
0 commit comments