Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Synopsis
- withPostgresString :: Natural -> Text -> (BackendConn Postgres -> IO b) -> IO b
- data family BackendSchemaField bk
- data family BackendConn b
Postgres Re-exports
withPostgresString :: Natural -> Text -> (BackendConn Postgres -> IO b) -> IO b #
data family BackendSchemaField bk #
Instances
data family BackendConn b #
Instances
Generic (BackendConn Postgres) # | |
Defined in Napkin.Run.Postgres from :: BackendConn Postgres -> Rep (BackendConn Postgres) x # to :: Rep (BackendConn Postgres) x -> BackendConn Postgres # | |
data BackendConn BigQuery # | |
Defined in Napkin.Run.BigQuery | |
data BackendConn MsSql # | |
Defined in Napkin.Run.MsSql | |
data BackendConn Postgres # | |
Defined in Napkin.Run.Postgres | |
data BackendConn Redshift # | |
Defined in Napkin.Run.Redshift | |
data BackendConn Sqlite # | |
Defined in Napkin.Run.Sqlite | |
type Rep (BackendConn Postgres) # | |
Defined in Napkin.Run.Postgres type Rep (BackendConn Postgres) = D1 ('MetaData "BackendConn" "Napkin.Run.Postgres" "napkin-0.5.14-JrXUGmKUOt9J0meJSj0Kh4" 'False) (C1 ('MetaCons "PostgresConn" 'PrefixI 'True) (S1 ('MetaSel ('Just "getConnectionString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ConnectionString) :*: S1 ('MetaSel ('Just "getPostgresConn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Pool Connection)))) |