Complete Guide to CRUD Operations using Postgres JSONB: Tips and Tricks

Introduction Nowadays, the most common way to transfer data is to use JSON (JavaScript Object Notation). But, in any case, we need to store the data on the server side. And here we have a choice to use either the NoSQL solution, for example, MongoDB, or the old trustee object-relational database. Sometimes, we don’t even […]