rethinkdb-2.2.0.7: A driver for RethinkDB 2.2

Safe HaskellSafe
LanguageHaskell98

Database.RethinkDB.Types

Synopsis

Documentation

data Table Source #

A table description

Constructors

Table 

Fields

Instances

type Key = Text Source #

data Index Source #

Constructors

PrimaryKey 
Index Key 

Instances