Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@ohsayan ohsayan released this 29 Dec 07:12
ed5cd24
Refactor client library (#4)

* Add query impls

* Add config module

* Refactor entire client library

We make several changes including:
- A separate `Connection` object
- A special `Empty` class for empty response (to differentiate from
null values)
- Only allow query objects to be sent
- Use a buffer list for all parameters

* Fix query packet generation and update README