{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"Generates SQL queries programmatically for Tortoise ORM, providing a streamlined SQL builder tailored to that ORM's specific needs.","skillfed_tags":["sql-builder","orm-integration"],"use_cases":["Building dynamic SELECT queries programmatically within Tortoise ORM models and migrations","Constructing complex WHERE clauses and joins without writing raw SQL strings","Generating parameterized queries to prevent SQL injection in Tortoise applications","Simplifying query construction in data access layers that use Tortoise ORM"],"what_it_does":"pypika-tortoise is a fork of the pypika SQL query builder, stripped down and adapted specifically for Tortoise ORM. It removes database support and features that Tortoise doesn't use, focusing instead on generating SQL queries efficiently for the ORM's particular use cases. The package exposes a programmatic interface to construct SQL queries\u2014SELECT, WHERE, JOIN, and other clauses\u2014using Python syntax that mirrors the structure of the resulting SQL.\n\nIt serves as the query-building layer for Tortoise ORM applications, allowing developers to construct database queries in code rather than writing raw SQL strings. With no external runtime dependencies and support for current Python versions, it integrates cleanly into Tortoise-based projects.","worth_installing":"Yes, if you use Tortoise ORM. It's the query builder Tortoise depends on, actively maintained, has no external dependencies, and carries permissive licensing. Install it as part of your Tortoise setup rather than as a standalone choice."},"id":"pypika-tortoise","links":{"html":"https://skillfed.io/packages/pypika-tortoise","md":"https://skillfed.io/packages/pypika-tortoise.md","pypi":"https://pypi.org/project/pypika-tortoise/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-13","license_spdx":null,"license_treatment":"permissive","name":"pypika-tortoise","python_support":"supports_current","summary":"Forked from pypika and streamline just for tortoise-orm"},"popularity":{"monthly_downloads":586908,"position":5879,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.5"}
