Jsonb

PostgreSQL

How to Use JSONB in PostgreSQL

JSONB is PostgreSQL’s binary JSON storage format that combines the flexibility of document databases with the power of relational databases. Unlike the plain JSON type that stores data as text, JSONB…

Read more →