maxtepkeev / architect

A set of tools which enhances ORMs written in Python with more features
Other
391 stars 57 forks source link

Foreign keys to partitioned tables and postgres 12 support #68

Open Mapiarz opened 4 years ago

Mapiarz commented 4 years ago

Hi!

With Postgres 12.0 release we finally get proper support for ForeignKeys to partitioned tables: https://www.postgresql.org/docs/current/release-12.html

In other words, one could say that table partitioning is finally feature complete in Postgres.

Are there any plans to update architect to support that? If I wanted to add such support myself, where should I start?

Thanks, Bartosz