https://github.com/tortoise/pypika-tortoise
Forked from pypika and streamline just for tortoise-orm
https://github.com/tortoise/pypika-tortoise
Last synced: 3 months ago
JSON representation
Forked from pypika and streamline just for tortoise-orm
- Host: GitHub
- URL: https://github.com/tortoise/pypika-tortoise
- Owner: tortoise
- License: apache-2.0
- Created: 2021-03-20T14:13:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T01:16:12.000Z (4 months ago)
- Last Synced: 2025-04-02T05:08:34.046Z (3 months ago)
- Language: Python
- Size: 368 KB
- Stars: 8
- Watchers: 2
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# pypika-tortoise
[](https://pypi.python.org/pypi/pypika-tortoise)
[](https://github.com/tortoise/pypika-tortoise)
[](https://github.com/tortoise/pypika-tortoise/actions?query=workflow:pypi)
[](https://github.com/tortoise/pypika-tortoise/actions?query=workflow:ci)Forked from [pypika](https://github.com/kayak/pypika) and adapted just for tortoise-orm.
## Why forked?
The original repository includes many databases that Tortoise ORM doesn’t require. It aims to be a comprehensive SQL builder with broad compatibility, but that’s not the goal for Tortoise ORM. Having it forked makes it easier to add new features for Tortoise.
## What changed?
Deleted unnecessary code that Tortoise ORM doesn’t require, added features tailored specifically for Tortoise ORM,
and modified to improve query generation performance.## ThanksTo
- [pypika](https://github.com/kayak/pypika), a Python SQL query builder that exposes the full expressiveness of SQL,
using a syntax that mirrors the resulting query structure.## License
This project is licensed under the [Apache-2.0](./LICENSE) License.