We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fb410 commit c95c377Copy full SHA for c95c377
1 file changed
README.md
@@ -4,7 +4,7 @@
4
5
The RDS Data API allows use of MySQL and PostgreSQL RDS databases via an HTTP API, making it ideal
6
for use in AWS Lambda because it allow syou to use RDS without running your lambda in a VPC. This
7
-library wraps that API in both a [DB-API 2.0](https://www.python.org/dev/peps/pep-0249/) and
+library wraps that API in both a [DB-API 2.0](https://www.python.org/dev/peps/pep-0249/) driver and
8
[SqlAlchemy](https://www.sqlalchemy.org/) dialect allowing you to tap into the vast python
9
ecosystem for working with relational databases.
10
0 commit comments