Postgres is an object-relational database. It gives us everything that MySQL does, along with enhanced commands and the ability to store and query object data. This allows us to use the same database for both relational and document type data.
In this recipe, we're going to implement the same quotes application as we did in the previous recipe. In the There's more... section, we'll explore Postgres' additional object storage capability.