Y
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
habitue
3849 days ago
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
link
SuperKlaus
3849 days ago
I think tequila_shot is looking for a driver that lets him use RethinkDB with the Django ORM.
link
tequila_shot
3849 days ago
You are right. I am looking for a driver to work with ORM.
link