Skip to content

Commit

Permalink
Merge pull request #183 from abdoafage/main
Browse files Browse the repository at this point in the history
Add pypika to query builders
  • Loading branch information
mjhea0 authored Jan 8, 2025
2 parents b282eb2 + 3cca7e1 commit c9fe89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@

- [asyncpgsa](https://github.com/CanopyTax/asyncpgsa) - A wrapper around [asyncpg](https://github.com/MagicStack/asyncpg) for use with [SQLAlchemy Core](https://docs.sqlalchemy.org/en/latest/core/).
- [Databases](https://github.com/encode/databases) - Async SQL query builder that works on top of the [SQLAlchemy Core](https://docs.sqlalchemy.org/en/latest/core/) expression language.

- [PyPika](https://github.com/kayak/pypika) - A SQL query builder that exposes the full richness of the SQL language.

#### ODMs

- [Beanie](https://github.com/BeanieODM/beanie) - Asynchronous Python ODM for MongoDB, based on [Motor](https://motor.readthedocs.io/en/stable/) and [Pydantic](https://docs.pydantic.dev/latest/), which supports data and schema migrations out of the box.
Expand Down

0 comments on commit c9fe89b

Please sign in to comment.