issues
search
AtnNn
/
librethinkdbxx
RethinkDB driver for C++
Other
98
stars
31
forks
source link
refactor the module
#23
Closed
mbroadst
closed
8 years ago
mbroadst
commented
8 years ago
Rename
Query
to
Term
(in line with the other drivers)
Completely remove
Token
in favor of directly using the uint64_t tokens where needed
Create a new internal
Query
to encapsulate server queries (START, STOP, CONTINUE, etc)
Make all json-related code completely internal so as to not export anything rapidjson-related
Query
toTerm
(in line with the other drivers)Token
in favor of directly using the uint64_t tokens where neededQuery
to encapsulate server queries (START, STOP, CONTINUE, etc)