Skip to content

Commit 5409ecd

Browse files
Merge pull request #688 from pyathena-dev/docs/add-aiosqlalchemy-extra-to-docs
2 parents 8530dca + 54cbe7b commit 5409ecd

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ $ pip install PyAthena
3333

3434
Extra packages:
3535

36-
| Package | Install command | Version |
37-
|------------|--------------------------------------|----------|
38-
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
39-
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
40-
| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 |
41-
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
36+
| Package | Install command | Version |
37+
|---------------|-----------------------------------------|----------|
38+
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
39+
| AioSQLAlchemy | `pip install PyAthena[AioSQLAlchemy]` | >=2.0.0 |
40+
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
41+
| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 |
42+
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
4243

4344
## Usage
4445

docs/introduction.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ $ pip install PyAthena
2020

2121
Extra packages:
2222

23-
| Package | Install command | Version |
24-
|------------|--------------------------------------|----------|
25-
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
26-
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
27-
| Arrow | `pip install PyAthena[Arrow]` | >=7.0.0 |
28-
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
23+
| Package | Install command | Version |
24+
|---------------|-----------------------------------------|----------|
25+
| SQLAlchemy | `pip install PyAthena[SQLAlchemy]` | >=1.0.0 |
26+
| AioSQLAlchemy | `pip install PyAthena[AioSQLAlchemy]` | >=2.0.0 |
27+
| Pandas | `pip install PyAthena[Pandas]` | >=1.3.0 |
28+
| Arrow | `pip install PyAthena[Arrow]` | >=10.0.0 |
29+
| Polars | `pip install PyAthena[Polars]` | >=1.0.0 |
2930

3031
(features)=
3132

0 commit comments

Comments
 (0)