Skip to content

Commit 7946565

Browse files
authored
fix: remove sqlalchemy as a supported dialect from docs (#714)
1 parent eeebefa commit 7946565

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

aws_advanced_python_wrapper/driver_dialect_codes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
class DriverDialectCodes:
16-
SQLALCHEMY = "sqlalchemy"
1716
PSYCOPG = "psycopg"
1817
MYSQL_CONNECTOR_PYTHON = "mysql-connector-python"
1918
GENERIC = "generic"

docs/using-the-python-driver/DriverDialects.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Driver Dialect codes specify which driver dialect class to use.
2626
|--------------------------|--------------------------|
2727
| `PSYCOPG` | `psycopg` |
2828
| `MYSQL_CONNECTOR_PYTHON` | `mysql-connector-python` |
29-
| `SQLALCHEMY` | `sqlalchemy` |
3029
| `GENERIC` | `generic` |
3130

3231
## Custom Driver Dialects

0 commit comments

Comments
 (0)