Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App holds all TUI state for the dbterm application
func NewAppWithBuildInfo ¶ added in v0.9.1
NewAppWithBuildInfo creates an application with release metadata supplied by the main package, which owns the embedded release manifest and linker values.
func (*App) DirectConnect ¶
DirectConnect connects to a database using provided parameters
func (*App) ExecuteQuery ¶
ExecuteQuery runs a SQL query and displays results or affected row count.
func (*App) LoadResults ¶
LoadResults loads data from the selected table into the results view using OFFSET/LIMIT pagination to bound memory usage.
func (*App) LoadTables ¶
LoadTables fetches the list of tables from the connected database and applies it to the UI.
Source Files
¶
- alert.go
- app.go
- backup.go
- backup_center.go
- change_profiler.go
- change_profiler_highlight.go
- clipboard.go
- command_palette.go
- connect.go
- dashboard.go
- database_discovery.go
- details.go
- foreign_keys.go
- guide_sections.go
- help.go
- icons.go
- import.go
- keymap.go
- metadata.go
- objects.go
- populate.go
- query.go
- query_library.go
- refresh.go
- relationships.go
- result_columns.go
- result_export.go
- result_filter.go
- result_loading.go
- results.go
- services.go
- settings.go
- shortcut_ui.go
- sidebar_schema.go
- sql_autocomplete.go
- sql_autocomplete_smart.go
- tables.go
- update_command_unix.go
- updates.go
Click to show internal directories.
Click to hide internal directories.