Chapter 5. Programming RethinkDB in Node.js

In the previous chapters, you learned to interact with RethinkDB by running queries through the web interface; however, while this can be useful for testing purposes, it's not very efficient when using the database for production purposes.

If you're working on a web application, you typically want to incorporate the database programming within your application logic usually on the backend. This is one of the reasons why databases offer drivers, which are modules that allow you to access the database from your favorite programming language. Probably, the two most common languages used for backend programming are Python and Node.js, and you'll be happy to know that RethinkDB provides official drivers for ...

Get Getting Started with RethinkDB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.