Course
Skills Expanded
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
19mins
JSON and JSONB Basics
64mins
A Document API
52mins
A Node Client
23mins
A .NET Client
29mins