rethinkdb-client-driver: Client driver for RethinkDB
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'.
Downloads
- rethinkdb-client-driver-0.0.25.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates