Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What I’ve learnt after starting to work with Symfony and Postgresql?

Lena Kirichok
December 07, 2018

What I’ve learnt after starting to work with Symfony and Postgresql?

About uses PostgreSQL functions and types with Symfony Doctrine.

Lena Kirichok

December 07, 2018
Tweet

Other Decks in Technology

Transcript

  1. Hello! I am Lena Kirichok Winner at "Youngest IT team

    player" nomination in every company and PHP developer in free time. Twitter @lena_kirichok Instagram @lakie.dev Telegram @girlintech 4
  2. With PostgreSQL • Searching in array • Removed “join tables”

    • JSON support More https://www.techrepublic.com/article/mysql-vs-postgresql/ 7
  3. Choose from a BIG amount of suited packages martin-georgiev/postgresql -for-doctrine

    - Last commit Sep 2018 - Support 6 types - Support many functions opensoft/doctrine-postgr es-types - Last commit Dec 2016 - Support only postgresql types opsway/doctrine-dbal-pos tgresql - Last commit Oct 2018 - Support 3 types - Support many functions 10
  4. “ And what if the package does not have the

    function or type I need? 14
  5. 16