tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.7k stars 391 forks source link

Add Postgres JSON filters #1789

Closed henadzit closed 1 day ago

henadzit commented 3 days ago

Description

This PR:

Motivation and Context

JSON and JSONB fields are very popular with people who use Postgres. It makes sense to support a range of JSON operations. Django offers similar functionality.

Related issues:

How Has This Been Tested?

Added more tests and enabled the existing ones.

Checklist:

coveralls commented 3 days ago

Pull Request Test Coverage Report for Build 12016619424

Details


Totals Coverage Status
Change from base Build 12007385729: 0.8%
Covered Lines: 6305
Relevant Lines: 6877

💛 - Coveralls