napkin-0.5.11
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Run.Postgres

Description

 
Synopsis

Postgres Re-exports

Orphan instances

Backend Postgres # 
Instance details

Associated Types

data BackendConn Postgres #

HasPostgresConn Postgres # 
Instance details

RunBackendConn Postgres # 
Instance details

Command Grant Int64 Postgres # 
Instance details

Command CheckTableExists Bool Postgres # 
Instance details

Command DeleteFrom Int64 Postgres # 
Instance details

Command InsertIntoQuery Int64 Postgres # 
Instance details

Command DropTable Int64 Postgres # 
Instance details

Command DropView Int64 Postgres # 
Instance details

Command CreateViewAs Int64 Postgres # 
Instance details

Command CopyTable Int64 Postgres # 
Instance details

Command RenameTable Int64 Postgres # 
Instance details

Command GetRelationSchema (Fields Field) Postgres # 
Instance details

Eq (DbBackendOptions Postgres) # 
Instance details

Show (DbBackendOptions Postgres) # 
Instance details

Generic (DbBackendOptions Postgres) # 
Instance details

Associated Types

type Rep (DbBackendOptions Postgres) :: Type -> Type #

ToJSON (DbBackendOptions Postgres) # 
Instance details

FromJSON (DbBackendOptions Postgres) # 
Instance details

Default (DbBackendOptions Postgres) # 
Instance details

Command (CreateTableAs ()) Int64 Postgres # 
Instance details