tmp-proc-example-0.5.1.2: Shows how to test a simple service using tmp-proc
Copyright(c) 2020-2021 Tim Emiola
LicenseBSD3
MaintainerTim Emiola <adetokunbo@users.noreply.github.com>
Safe HaskellNone
LanguageHaskell2010

TmpProc.Example1.Database

Description

Defines data access combinators used by the demo service

Synopsis

Contact Database access

Database location

type Locator = ConnectionString Source #

Specifies the database to connect to .

defaultLoc :: Locator Source #

A default for local development .