Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package backend contains the backend manager, which is an actor that oversees the connection to a particular client application.
|
Package backend contains the backend manager, which is an actor that oversees the connection to a particular client application. |
receiver
Package receiver contains an actor that receives messages from a client application and forwards those messages to the backend manager
|
Package receiver contains an actor that receives messages from a client application and forwards those messages to the backend manager |
sender
Package sender contains an actor that receives messages from both the backend manager and postgres, and it forwards those messages to the client application
|
Package sender contains an actor that receives messages from both the backend manager and postgres, and it forwards those messages to the client application |
Package frontend is responsible for handling connections to a postgres database.
|
Package frontend is responsible for handling connections to a postgres database. |
preambler
Package preambler contains an actor whose job is to send the Postgres preamble to each client on demand as clients connect to this particular Postgres frontend
|
Package preambler contains an actor whose job is to send the Postgres preamble to each client on demand as clients connect to this particular Postgres frontend |
receiver
Package receiver contains an actor that receives messages from Postgres and (usually) forwards those messages to the backend manager.
|
Package receiver contains an actor that receives messages from Postgres and (usually) forwards those messages to the backend manager. |
sender
Package sender receives messages from the backend manager and forwards them directly to Postgres
|
Package sender receives messages from the backend manager and forwards them directly to Postgres |
Click to show internal directories.
Click to hide internal directories.