MIT licensed by Tomas Carnecky
Maintained by [email protected]
This version can be pinned in stack with:rethinkdb-client-driver-0.0.23@sha256:f4bb378321ec9f06093949cf541a82aa2e5650475a696dd1cbabdfd9dc17fbed,3264

Module documentation for 0.0.23

This is an alternative client driver for RethinkDB. It is not complete yet, but the basic structure is in place and the driver can make simple queries.

Its main focus is on type safety, which it achieves quite well. It also uses the new JSON protocol which should give it a speed boost (and make the driver compatible with GHC 7.8).

Note that the driver is neither thread-safe nor reentrant. If you have a multi-threaded application, I recommend using 'resource-pool'.