Seishin's Life
  • Home
  • About Me
Sign in Subscribe

jsonb

Store JSON in PostgreSQL column

Today I want to share with you how to store JSON object or array in PostgreSQL table column. This problem is really easy to solve since the PostgreSQL has a native support for storing JSONs as Binary JSON or JSONB. Just create a new column of type jsonb: add_column
Atanas Dimitrov Sep 24, 2017

Subscribe to Seishin's Life

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Seishin's Life © 2023. Powered by Ghost