Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atnnn/haskell-rethinkdb

RethinkDB client library for Haskell
https://github.com/atnnn/haskell-rethinkdb

Last synced: about 8 hours ago
JSON representation

RethinkDB client library for Haskell

Awesome Lists containing this project

README

        

# RethinkDB Haskell Driver #

[![Build Status](https://travis-ci.org/AtnNn/haskell-rethinkdb.svg?branch=master)](https://travis-ci.org/AtnNn/haskell-rethinkdb)

This driver targets versions 2.2 of [RethinkDB](http://rethinkdb.com).

API Documentation:

* [Generated API documentation for Database.RethinkDB](http://hackage.haskell.org/package/rethinkdb/docs/Database-RethinkDB.html)
* [Official API documentation on rethinkdb.com](http://rethinkdb.com/api)
* [Release Announcements](https://github.com/atnnn/haskell-rethinkdb/releases)

RethinkDB Driver Development:

* [driver specs](http://rethinkdb.com/docs/driver-spec/)
* [rethinkdb-dev mailing list](https://groups.google.com/forum/#!forum/rethinkdb-dev)
* [@neumino's tracing driver](https://github.com/neumino/rethinkdb-driver-development)
* [release notes](https://github.com/rethinkdb/rethinkdb/blob/next/NOTES.md)