Tag: json

  • Working with JSON in PostgreSQL

    Working with JSON in PostgreSQL

    Structured Query Language (SQL) is an excellent tool when working with a database that follows a traditional relational model – one that contains data that is organized into structured tables with fixed schema and established relationships. However, things have the potential to break down when introducing unstructured data into the mix. Doing so requires careful […]

    Continue Reading