JackRose-0.8: Spaced repetition web server

Copyright(c) Michael Mounteney, 2017
LicenseBSD 3 clause
Maintainerthe project name, all lower case, at landcroft dot com
Stabilityexperimental
Portabilityundefined
Safe HaskellNone
LanguageHaskell2010

ConnectionSpec

Description

 

Synopsis

Documentation

data DataHandle Source #

An open connection or handle to an external data source.

Constructors

Postgres Connection Text 

data DataDescriptor Source #

In-memory representation of one external data source, with column names, which columns are the primary keys, and the open handle.

Constructors

DataDescriptor 

Fields