March 2016
Intermediate to advanced
176 pages
4h 1m
English
RethinkDB is queried using ReQL—a custom query language designed to be powerful and intuitive. ReQL provides a clear syntax that can be used to manipulate JSON documents in the database. This chapter will introduce you to the most common ReQL queries. More advanced use cases will be covered in the Chapter 4, Performance Tuning and Advanced Queries.
This chapter also covers the basics of moving data in and out of the database by creating tables and populating them with JSON documents.
In this chapter, you will learn the following:
Before we start querying the database, let's take a closer look ...
Read now
Unlock full access