Posts tagged with #postgresql

Postgres 19 graph features

Postgres 19 adds graph features. This allow defining a graph representation of the existing relations. This does not change how data is stored, it’s more like view. This is pretty neat, because it helps to hide the way the data is linked together.