I am using rethinkdb with python for asynchronous communication platform. In future , i may port backend to nim-lang ( when nim is 1.0?) . I am also wondering if anyone want an asycn lib for RethinkDB. It is real-time noSQL database with many powerful features. As it is new and if Nim driver is good enough , it will be included in mainstream.
Anyone want to give a shot.
I'm working on a rethinkdb client, take a look if you are interesting.
Currently it's just a bunch of mess, but you can send a simple query (just TABLE for now) and see server's response in console.
thats a good start
how about we do a wrapper ? RethinkDB have C++ API. https://github.com/AtnNn/librethinkdbxx
i want to write it in pure Nim for practing purpose.
Update: it can send filter comand now. I will work with response parsing later tonight
FYI: first alpha version has been released
Almost functions are working, except geospatial functions are not implemented yet
Check it out: https://github.com/rgv151/rethinkdb.nim/releases/tag/0.1.0
Thanks!