RethinkDB ReQL Driver API
ReQL (RethinkDB Query Language) is the expressive query language exposed by RethinkDB through official client drivers. Drivers communicate with the RethinkDB server using a native JSON protocol over TCP (default port 28015) rather than HTTP. ReQL supports filtering, joins, aggregations, change feeds, and external HTTP access via the r.http command.
Documentation
Other Resources
ReQL Command Reference
https://rethinkdb.com/api
Introduction to ReQL
https://rethinkdb.com/docs/introduction-to-reql/
External HTTP Access
https://rethinkdb.com/docs/external-api-access/
Driver Protocol
https://rethinkdb.com/docs/driver-spec/
APIsJSON
https://raw.githubusercontent.com/api-evangelist/rethinkdb/refs/heads/main/apis.yml