rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 167 forks source link

use RethinkDB python driver >=2.4.0 import method #1233

Closed eqladios closed 5 years ago

eqladios commented 5 years ago

Description

Latest RethinkDB python drivers >=2.4.0 are no longer using import rethinkdb as r. instead it uses: from rethinkdb import RethinkDB then: r = RethinkDB()