factual-api-0.6.1: A driver for the Factual API

Safe HaskellNone

Data.Factual.Write.Insert

Contents

Description

This module exports the types used to create inserts.

Synopsis

Insert type

data Insert Source

The Insert type represents a Write to the API which performs an upsert (a row can be updated or a new row can be written). The table and user must be specified, while the factual ID is optional (omitted for new rows). Finally the values are specified in a String to String Map.

Constructors

Insert 

Required modules