@FransBouma@rakyll I do not completely agree on that, ORMs are data providers, database is just an implementation detail for them.
Working with plain SQL, entities, data conversion & stuff is much simpler and more efficient.
We are excited to announce @chanmix51 as speaker of the #DarkmiraTour PHP 2020.
Grégoire is Engineering Manager at @akeneopim and creator of @PommProject.
Registrations are already opened! Sign-up now and ensure your free ticket on https://t.co/fS5YDqALUh
Com vocês mais um palestrante internacional, mas esse tem um axé bem brasileiro, já que além de EM na @akeneopim, criador do @PommProject, é tbm envolvido com projetos de Maracatu.
@chanmix51 estará no #DarkmiraTour PHP 2020.
Tá chegando, tá pertinho. Vem com a gente #TrackEN
It has been reported lately that the project seemed to be dead. Even though there were very few contributions recently the project is still well alive thanks to its community.
Je débute un nouveau projet avec l'utilisation de @PommProject.
Au premier abord le projet me semblait mort et j'ai eu l'impression d'arriver après la guerre. Et finalement il y a de quoi faire.
Ça va me permettre de monter en compétence sur PostgreSQL. 👍
@francoisz Most ORM missed that in SQL any SELECT query returns a Relation. Also the TABLE query course. Also DML with the RETURNING clause. ORM should map query results to collections of objects. JOOQ does that. POMM does that. Others try to replace SQL without understanding it. Avoid them