# Functions
AnalyzeQuery renders query explain plan and analyze profile.
Connect creates a new client connection.
ConnectWithBackend creates a new connection based on backend resource.
No description provided by the author
No description provided by the author
DataExport performs database table export.
DB returns a database connection from the client context.
Disconnect closes the current database connection.
ExplainQuery renders query explain plan.
GetActivity renders a list of running queries.
No description provided by the author
GetBookmarks renders the list of available bookmarks.
GetConnectionInfo renders information about current connection.
GetDatabases renders a list of all databases on the server.
GetFunction renders function information.
GetHistory renders a list of recent queries.
GetHome renders the home page.
GetInfo renders the pgweb system information.
No description provided by the author
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.
GetTablesStats renders data sizes and estimated rows for all tables in the database.
HandleQuery runs the database query.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RunQuery executes the query.
TODO: Move this into server struct when it's ready.
No description provided by the author
No description provided by the author
No description provided by the author
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.
QueryStore reads the SQL queries stores in the home directory.
# 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
No description provided by the author