A
A
Alex Kheben2013-11-14 17:00:28
PHP
Alex Kheben, 2013-11-14 17:00:28

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

2 answer(s)
Y
Yaroslav Losev, 2013-11-14
@LosYear

Doctrine

R
Roman Makarov, 2014-01-21
@vollossy

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 question

Ask a Question

731 491 924 answers to any question