Skip to content

Commit

Permalink
docs: SLQAlchemy 2.0+ rather than SQLAlchemy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien committed Feb 8, 2025
1 parent 4fe8e9f commit eac01c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FastSQLA

_Async SQLAlchemy 2 for FastAPI — boilerplate, pagination, and seamless session management._
_Async SQLAlchemy 2.0+ for FastAPI — boilerplate, pagination, and seamless session management._

[![PyPI - Version](https://img.shields.io/pypi/v/FastSQLA?color=brightgreen)](https://pypi.org/project/FastSQLA/)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/hadrien/fastsqla/ci.yml?branch=main&logo=github&label=CI)](https://github.com/hadrien/FastSQLA/actions?query=branch%3Amain+event%3Apush)
Expand All @@ -15,7 +15,7 @@ _Async SQLAlchemy 2 for FastAPI — boilerplate, pagination, and seamless sessio

-----------------------------------------------------------------------------------------

`FastSQLA` is an [`SQLAlchemy 2`](https://docs.sqlalchemy.org/en/20/) extension for
`FastSQLA` is an [`SQLAlchemy 2.0+`](https://docs.sqlalchemy.org/en/20/) extension for
[`FastAPI`](https://fastapi.tiangolo.com/).
It streamlines the configuration and asynchronous connection to relational databases by
providing boilerplate and intuitive helpers. Additionally, it offers built-in
Expand Down

0 comments on commit eac01c1

Please sign in to comment.