-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RethinkDB Adapter support. #282
Comments
Hi @v3ss0n, |
Should i start looking at NoSQL adapter? or Based on Mongo ? |
Use Mongo as an example, but extend NoSQLAdapter. |
@mdipierro thanks a lot. i will start working on it soon. |
@gi0baro Do we have criteria on picking what db to be supported? E.g. Cassandra is quite popular these days. Shall we add that support? |
@kmcheung12 the support specific db engines is just a matter of developers working on them. So, practically speaking, the main deal with adapters is to have skilled developers working on them :) |
@kmcheung12 don't worry :) |
RethinkDB have a powerful query language , a bit similar to webp2y's DAL . Should be easy to add RethinkDB adapter.
Is there anyone working on ? If not i will start working on it.
The text was updated successfully, but these errors were encountered: