./databases/py-pypika-tortoise, Forked from pypika and streamline just for tortoise-orm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.6, Package name: py311-pypika-tortoise-0.1.6, Maintainer: pkgsrc-users

Forked from pypika and streamline just for tortoise-orm.

PyPika is a Python API for building SQL queries. The motivation behind PyPika
is to provide a simple interface for building SQL queries without limiting the
flexibility of handwritten SQL. Designed with data analysis in mind, PyPika
leverages the builder design pattern to construct queries to avoid messy string
formatting and concatenation. It is also easily extended to take full advantage
of specific features of SQL database vendors.


Master sites:

Filesize: 37.589 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-17 12:38:36 by Thomas Klausner | Files touched by this commit (24)
Log message:
*: fix some CONFLICTS lines

Noted by riastradh@ in PR 58155.
   2023-11-23 08:56:01 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-pypika-tortoise: added version 0.1.6

Forked from pypika and streamline just for tortoise-orm.

PyPika is a Python API for building SQL queries. The motivation behind PyPika
is to provide a simple interface for building SQL queries without limiting the
flexibility of handwritten SQL. Designed with data analysis in mind, PyPika
leverages the builder design pattern to construct queries to avoid messy string
formatting and concatenation. It is also easily extended to take full advantage
of specific features of SQL database vendors.