go - OnChange on a table is available in golang driver - rethinkDB? -
i working on rethinkdb , golang , new these 2 technologies/database
.
note
golang driver - using this driver connecting rethinkdb.
problem
there no onchange
on table functionality in driver.
note
- onchange functionality available in rethinkdb.
any suggestion of golang driver supports rethinkdb onchange
.
thanks in advance
sorry delayed reply dont check stackoverflow should.
gorethink offer support changefeeds. unfortunately documentation bit lacking , hope work soon, until recommend having @ tests. should give idea on how use them.
https://github.com/dancannon/gorethink/blob/master/query_table_test.go#l215
if have further questions regarding change feeds or other issues driver let me know.
Comments
Post a Comment