python3-django-postgres-extra

Extended PostgreSQL for Django (Python3 version)
  https://github.com/SectorLabs/django-postgres-extra/
  0
  no reviews



This provides extended functionality for PostgreSQL databases to Django. Currently supported are: * Native upserts (single query, concurrency safe and bulk support) * Extended support for HStoreField (unique or null constraints, selecting individual keys) * Extra signals for updates * MIN and MAX expressions for multiple value fields such as hstore and array * Custom indexes with conditions.

This package contains the Python 3 version of the library.