PHP·98 questions

How to work with PostgreSQL?

Answer
PDO: pgsql:host=localhost;dbname=test.
Functions: JSONB, arrays.
pg_* functions (legacy).
Doctrine fully supports it.
Differences in SQL syntax.
Was this answer helpful?

More questions in this topic

Related questions from other topics