Expanded Library
The PostgreSQL Document Database
PostgreSQL is a powerful relational engine - but did you know you can make it just as flexible and exciting as MongoDB, CouchDB, or RethinkDB? With the new jsonb data type, PostgreSQL has the ability to be a full-fledged document data store.
What you'll learn
PostgreSQL is a powerful relational engine - but did you know you can make it just as flexible and exciting as MongoDB, CouchDB, or RethinkDB? With the new jsonb data type, PostgreSQL has the ability to be a full-fledged document data store.
Table of contents
Introduction
20mins
JSON and JSONB Basics
65mins
A Document API
51mins
A Node Client
24mins
A .NET Client
29mins