From 86b0ae7d48ebd2e0598cb0a05f4f39263313f6d9 Mon Sep 17 00:00:00 2001 From: abdelrhman yasser2020 <57268656+abdoafage@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:48:04 +0200 Subject: [PATCH 1/2] add pypika as query builder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da57900..1797522 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ - [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) PyPika is a python 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. From 3cca7e1c81864b6f3c0883fee4900bf24893ee8e Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Wed, 8 Jan 2025 10:12:14 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1797522..b8a93b2 100644 --- a/README.md +++ b/README.md @@ -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) PyPika is a python SQL query builder that exposes the full richness of the SQL 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.