How to configure rethinkdb using django?

I followed various messages and tutorials, but could not find anything suitable. I found an ORM for rethinkdb " https://github.com/dparlevliet/rwrapper " but don’t know how to use it? I am new to django and python.

+4
source share
2 answers

It depends on what you want to do.

  • Now there is no way to easily replace Django ORM RethinkDB. However, working with the RethinkDB driver is quite simple and similar to how you use Django ORM.
  • The closest thing is really rwrapper, you can try to start with this tutorial .
  • , ( - Singleton Factory ), import rethinkdb as r r.connect(), ReQL.
  • , Django . Django Tornado
+2

Django RethinkDB , , . Django , - . . , , - RethinkDB Django.

: https://github.com/thejsj/django-and-rethinkdb

Django, Django DB :

  • Session
  • Auth
  • ....

, db django, .

+1

All Articles