Module
Effect.Aff.Postgres.Client
- Package
- purescript-postgresql
- Repository
- cakekindel/purescript-postgresql
#__execStreamStdin Source
__execStreamStdin :: String -> Client -> Effect (Writable ())
FFI binding to import('pg-copy-streams').from
#__execStreamStdout Source
__execStreamStdout :: String -> Client -> Effect (Readable ())
FFI binding to import('pg-copy-streams').to
Re-exports from Effect.Postgres.Client
#NotificationRaw Source
type NotificationRaw = { channel :: String, payload :: Nullable String, processId :: Number }
FFI
#Notification Source
type Notification = { channel :: String, payload :: Maybe String, processId :: Number }
A notification raised by NOTIFY
#Config Source
type Config :: Row Type -> Row Type
type Config r = (applicationName :: String, connectionString :: String, connectionTimeout :: Milliseconds, database :: String, host :: String, idleInTransactionTimeout :: Milliseconds, password :: String, port :: Number, queryTimeout :: Milliseconds, statementTimeout :: Milliseconds, user :: String | r)
Client connection config
#ClientConfigRaw Source
data ClientConfigRaw
FFI
#__uncfg Source
__uncfg :: { unwrapMillis :: Milliseconds -> Number } -> Foreign -> ClientConfigRaw
FFI
- Modules
- Control.
Monad. Postgres - Control.
Monad. Postgres. Base - Control.
Monad. Postgres. Cursor - Control.
Monad. Postgres. Session - Data.
Postgres - Data.
Postgres. Custom - Data.
Postgres. Custom. Enum - Data.
Postgres. Interval - Data.
Postgres. Query - Data.
Postgres. Query. Builder - Data.
Postgres. Range - Data.
Postgres. Raw - Data.
Postgres. Result - Data.
Postgres. Unresult - Effect.
Aff. Postgres. Client - Effect.
Aff. Postgres. Pool - Effect.
Postgres. Client - Effect.
Postgres. Error - Effect.
Postgres. Error. Common - Effect.
Postgres. Error. Except - Effect.
Postgres. Error. RE - Effect.
Postgres. Pool - Node.
FS. PinnedVersion - Pipes.
Postgres