Hacker News new | ask | show | jobs
by meat_fist 3849 days ago
Forgive my ignorance, but can you not just use the Python RethinkDB driver? Or does it have to be Django specific?

https://rethinkdb.com/docs/guide/python/

2 comments

Django is pretty tightly coupled with its orm. The last time I looked into it, the mongo/django solution was essentially a fork of django with the data layer completely rewritten
I think tequila_shot is looking for a driver that lets him use RethinkDB with the Django ORM.
You are right. I am looking for a driver to work with ORM.