| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Napkin.Run.Redshift
Synopsis
- data family BackendSchemaField (bk :: k)
- withPostgresString :: Natural -> Text -> (BackendConn Redshift -> IO b) -> IO b
Redshift Re-exports
data family BackendSchemaField (bk :: k) #
Instances
| Show (BackendSchemaField Postgres) # | |
Defined in Napkin.Run.Postgres | |
| Show (BackendSchemaField Redshift) # | |
Defined in Napkin.Run.Redshift | |
| Eq (BackendSchemaField Postgres) # | |
Defined in Napkin.Run.Postgres Methods (==) :: BackendSchemaField Postgres -> BackendSchemaField Postgres -> Bool # (/=) :: BackendSchemaField Postgres -> BackendSchemaField Postgres -> Bool # | |
| Eq (BackendSchemaField Redshift) # | |
Defined in Napkin.Run.Redshift Methods (==) :: BackendSchemaField Redshift -> BackendSchemaField Redshift -> Bool # (/=) :: BackendSchemaField Redshift -> BackendSchemaField Redshift -> Bool # | |
| FromRow (BackendSchemaField Postgres) # | |
Defined in Napkin.Run.Postgres Methods | |
| FromRow (BackendSchemaField Redshift) # | |
Defined in Napkin.Run.Redshift Methods | |
| data BackendSchemaField Postgres # | |
Defined in Napkin.Run.Postgres | |
| data BackendSchemaField Redshift # | |
Defined in Napkin.Run.Redshift | |
withPostgresString :: Natural -> Text -> (BackendConn Redshift -> IO b) -> IO b #