Kevin Musgrave
                                            Kevin Musgrave
                                        
                                    ### Is your feature request related to a problem? Please describe. I'd like to be able to check if an item already exists in the db, and if not, create...
### Is your feature request related to a problem? Please describe. In Postgres, there are some nice features for tables [defined with the `INHERITS` operator](https://www.postgresql.org/docs/current/ddl-inherit.html). I looked at the [mikro-orm...
As suggested and implemented in pull request #635 by @domenicoMuscill0. I'm removing this feature from that PR because it's already a large PR. Here's the implementation by @domenicoMuscill0: ```python def...