Answer the question
In order to leave comments, you need to log in
Recommend an ORM with the best implementation of PostgreSQL features
We need an ORM in PHP that best implements PostgreSQL features. Basic moments:
- use of custom data types (like uuid )
- full RETURNING support
- it is desirable to support queries with WITH, COPY
Answer the question
In order to leave comments, you need to log in
I personally do not know about such ORMs. Doctrine can probably be considered the most suitable (because it uses the DataMapper template), but still, like most ORM tools, it is universal and tries to support the largest possible number of DBMS, so work with it in an OO style, while using the full power of postgres will not be very productive. IMHO, it will be easier to write your own.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question