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.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.0.13, 0.0.15, 0.0.16, 0.0.17, 0.0.18, 0.0.19, 0.0.20, 0.0.21, 0.0.22, 0.0.23, 0.0.24, 0.0.25 |
---|---|
Dependencies | aeson, base (>=4.6 && <4.7), binary (>=0.7.2.1), bytestring, hashable, network, scientific, text, unordered-containers, vector [details] |
License | MIT |
Author | Tomas Carnecky |
Maintainer | tomas.carnecky@gmail.com |
Category | Database |
Home page | https://github.com/wereHamster/rethinkdb-client-driver |
Bug tracker | https://github.com/wereHamster/rethinkdb-client-driver/issues |
Source repo | head: git clone git://github.com/wereHamster/rethinkdb-client-driver.git |
Uploaded | by wereHamster at 2014-08-03T06:02:41Z |
Distributions | |
Reverse Dependencies | 3 direct, 2 indirect [details] |
Downloads | 19768 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |