RethinkDB support
See original GitHub issueIf a pull request was sent to add RethinkDB support, would it be accepted (assuming it is up to par)?
I found a gist that implements support though it would need to be adapted to conform to how it is done in datastores.py
:
https://gist.github.com/BrianHicks/9054310
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:9
Top Results From Across the Web
Frequently asked questions - RethinkDB
Does RethinkDB support SQL? No. However, RethinkDB's query language can do nearly anything SQL can do, including table joins and aggregation functions, and...
Read more >user accounts, network encryption, Windows support
Windows compatibility: support for running RethinkDB on Windows is now in beta. You can download and install RethinkDB 2.3 on Microsoft's ...
Read more >Troubleshooting common RethinkDB problems
The slightly longer answer: there's only one native time data type in RethinkDB. When a language supports more than one kind of date/time...
Read more >RethinkDB Documentation
RethinkDB makes building and scaling realtime apps dramatically easier. Get started by installing the server, and jump into our getting started guide to ......
Read more >Third-party libraries
A store-agnostic object data mapper for Node.js with support for RethinkDB. Integrations. rabbitMQ. Listen for changes in a RethinkDB table over RabbitMQ. koa ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve started work on a little thing that allows Flask-Security to be used with RethinkDB with Schematics supplying the model definitions, figured I’d post it here for those interested in using RethinkDB with Flask-Security. It’s working, but still considered pre-alpha so if anyone wants to contribute they’d be more than welcome.
https://github.com/hactar-is/frink/
http://frink.readthedocs.org/en/latest/ (I’ve not managed to get RtD to generate the autoclass stuff yet but if you generate the docs locally it’ll work)
This seems like a nice addition. There’s currently a pending pull request for Pony ORM, and it seems that the only rejected datastore addition was for a proprietary and fully managed datastore. RethinkDB is open source with official Python support, so I don’t see many arguments against it.