Forked from pypika / pypika-tortoise and streamline just for chiori
- Python 99.8%
- Makefile 0.2%
| .github/workflows | ||
| chiopika | ||
| tests | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| Makefile | ||
| pyproject.toml | ||
| README.md | ||
| ruff.toml | ||
| uv.lock | ||
Chiopika
Forked from pypika-tortoise and adapted just for Chiori.
Why forked?
The original repository includes many databases that Chiori doesn’t require. It aims to be a comprehensive SQL builder with broad compatibility, but that’s not the goal for Chiori database. Having it forked makes it easier to use it with Chiori API.
What changed?
Deleted unnecessary code that Chiori doesn’t require, added features tailored specifically for Tortoise ORM, uses modern python features, and modified to improve query generation performance.
ThanksTo
- pypika, a Python SQL query builder that exposes the full expressiveness of SQL, using a syntax that mirrors the resulting query structure.
- pupika-tortoise, forked from pypika and streamline just for tortoise-orm.
License
This project is licensed under the Apache-2.0 License.