Viewing profile — muhqu
muhqu
HN member- Joined
- Mon, Nov 12, 2012, 8:41 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About muhqu
No profile information was provided.
Recent public activity
-
comment
Comment #4773092
awesome, thanks!
-
comment
Comment #4772093
Do you think something like the following should work with RethinkDB? r.table('foo') .get(5) .update({ '_rev': r.branch(r['_rev'] == 5, r('_rev').add(1), r.error("invalid revision"…
-
comment
Comment #4772075
I think you, ww520, have a very well point here and I'm also interesten in what RethinkDB can offer for this very usage scenario. From what I read from the ReQL command reference t…