# Functions
Connect creates a new client connection.
ConnectWithBackend creates a new connection based on backend resource.
DataExport performs database table export.
DB returns a database connection from the client context.
Disconnect closes the current database connection.
ExplainQuery renders query analyze profile.
GetActivity renders a list of running queries.
GetAsset renders the requested static asset.
GetBookmarks renders the list of available bookmarks.
GetConnectionInfo renders information about current connection.
GetDatabases renders a list of all databases on the server.
GetHistory renders a list of recent queries.
GetHome renderes the home page.
GetInfo renders the pgweb system information.
GetObjects renders a list of database objects.
GetSchemas renders list of available schemas.
GetSessions renders the number of active sessions.
GetTable renders table information.
GetTableConstraints renders a list of database constraints.
GetTableIndexes renders a list of database table indexes.
GetTableInfo renders a selected table information.
GetTableRows renders table rows.
HandleQuery runs the database query.
No description provided by the author
RunQuery executes the query.
No description provided by the author
No description provided by the author
StartSessionCleanup starts a goroutine to cleanup idle database sessions.
SwitchDb perform database switch for the client connection.
# Variables
DbClient represents the active database connection in a single-session mode.
DbSessions represents the mapping for client connections.
# Structs
Backend represents a third party configuration source.
BackendCredential represents the third-party response.
BackendRequest represents a payload sent to the third-party source.
No description provided by the author