Skip to main content

Bringing all of PostgreSQL's awesomeness to Django.

Project description

:white_check_mark: Tests CircleCI
:memo: License License
:package: PyPi PyPi
:four_leaf_clover: Code coverage Coverage Status
Django Versions 2.0, 2.1, 2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0.4
Python Versions 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
Psycopg Versions 2, 3
:book: Documentation Read The Docs
:warning: Upgrade Upgrade from v1.x
:checkered_flag: Installation Installation Guide
:fire: Features Features & Documentation
:droplet: Future enhancements Potential features

django-postgres-extra aims to make all of PostgreSQL's awesome features available through the Django ORM. We do this by taking care of all the hassle. As opposed to the many small packages that are available to try to bring a single feature to Django with minimal effort. django-postgres-extra goes the extra mile, with well tested implementations, seamless migrations and much more.

With seamless we mean that any features we add will work truly seamlessly. You should not have to manually modify your migrations to work with fields and objects provided by this package.


:warning: This README is for v2. See the v1 branch for v1.x.


Major features

See the full list

  • Conflict handling (atomic upsert)

    Adds support for PostgreSQL's ON CONFLICT syntax for inserts. Supports DO UPDATE and DO NOTHING. Single statement, atomic and concurrency safe upserts. Supports conditional updates as well.

  • Table partitioning

    Adds support for PostgreSQL 11.x declarative table partitioning. Integrated into Django migrations. Supports all types of partitioning. Includes a command to automatically create time-based partitions.

  • Views & materialized views

    Adds support for creating views & materialized views as any other model. Integrated into Django migrations.

  • Locking models & tables

    Support for explicit table-level locks.

  • Creating/dropping schemas

    Support for managing PostgreSQL schemas.

  • Truncating tables

    Support for TRUNCATE TABLE statements (including cascading).

For Django 3.1 and older:

  • Conditional unique index
  • Case insensitive index

For Django 2.2 and older:

  • Unique index
  • HStore unique and required constraints on specific HStore keys

Working with the code

Prerequisites

  • PostgreSQL 14 or newer.
  • Django 5.x or newer.
  • Python 3.11 or newer.

These are just for local development. CI for code analysis etc runs against these. Tests will pass on all Python, Django and PostgreSQL versions documented. Linting, formatting and type-checking the code might not work on other Python and/or Django versions.

Getting started

  1. Clone the repository:

     λ git clone https://github.com/SectorLabs/django-postgres-extra.git
    
  2. Create a virtual environment:

    λ cd django-postgres-extra
    λ virtualenv env
    λ source env/bin/activate
    
  3. Create a postgres user for use in tests (skip if your default user is a postgres superuser):

    λ createuser --superuser psqlextra --pwprompt
    λ export DATABASE_URL=postgres://psqlextra:<password>@localhost/psqlextra
    

    Hint: if you're using virtualenvwrapper, you might find it beneficial to put the export line in $VIRTUAL_ENV/bin/postactivate so that it's always available when using this virtualenv.

  4. Install the development/test dependencies:

    λ pip install -r requirements-test.txt
    
  5. Run the tests:

    λ poe test
    
  6. Run the benchmarks:

    λ poe benchmark
    
  7. Auto-format code, sort imports and auto-fix linting errors:

    λ poe fix
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xdjango_postgres_extra-2.0.9rc6.tar.gz (107.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xdjango_postgres_extra-2.0.9rc6-py3-none-any.whl (101.4 kB view details)

Uploaded Python 3

File details

Details for the file xdjango_postgres_extra-2.0.9rc6.tar.gz.

File metadata

File hashes

Hashes for xdjango_postgres_extra-2.0.9rc6.tar.gz
Algorithm Hash digest
SHA256 e31bfcd39297049c779cad6ef0f2b3ed9581f8189a8562d4a81a7bf36b4bcf1e
MD5 17e44a9feb908080f6d0af05a962ee54
BLAKE2b-256 12898e8acf38fb4bef01e8e8962481c3c8841f27fb91c05172d81dbd9b19ba18

See more details on using hashes here.

File details

Details for the file xdjango_postgres_extra-2.0.9rc6-py3-none-any.whl.

File metadata

File hashes

Hashes for xdjango_postgres_extra-2.0.9rc6-py3-none-any.whl
Algorithm Hash digest
SHA256 1b990c544a5dbbea1a7e328aa08c64d8f44a5d70097acebc743b153a262ea61a
MD5 fb1f969b35e5622bacc33e0df2972ec3
BLAKE2b-256 a1be7b319989275014055f9939abf2dbe22cb797a137a24fd5e8859d187f921c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page