Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
data
Package data provides the in-memory columnar table model shared by every part of the application: file readers, the SQL engine, database backends and the UI all speak *data.Frame.
|
Package data provides the in-memory columnar table model shared by every part of the application: file readers, the SQL engine, database backends and the UI all speak *data.Frame. |
|
db
Package db defines the interface between the UI and live database connections (MySQL, PostgreSQL, SQLite files, Redis).
|
Package db defines the interface between the UI and live database connections (MySQL, PostgreSQL, SQLite files, Redis). |
|
query
Package query implements the embedded SQL engine that file mode runs against: loaded frames are registered as tables in an in-memory SQLite database and query results come back as new frames.
|
Package query implements the embedded SQL engine that file mode runs against: loaded frames are registered as tables in an in-memory SQLite database and query results come back as new frames. |
|
reader
Package reader loads tabular data files into frames.
|
Package reader loads tabular data files into frames. |
|
theme
Package theme defines the color system for the UI.
|
Package theme defines the color system for the UI. |
|
ui
Completion-schema plumbing for the app: CompletionSchema assembles the query.Schema the SQL completer works from, WarmCompletionSchema fills the live-connection side of it off the update loop.
|
Completion-schema plumbing for the app: CompletionSchema assembles the query.Schema the SQL completer works from, WarmCompletionSchema fills the live-connection side of it off the update loop. |
|
ui/dbmode
Package dbmode wires the live-database mode into the UI: the mysql / postgres / redis subcommands start an empty workspace with a connection form overlay on top, then browse schemas, tables and keys through the shared overlay system.
|
Package dbmode wires the live-database mode into the UI: the mysql / postgres / redis subcommands start an empty workspace with a connection form overlay on top, then browse schemas, tables and keys through the shared overlay system. |
|
ui/plot
Package plot renders pure-text charts (histograms, scatter plots) for the UI.
|
Package plot renders pure-text charts (histograms, scatter plots) for the UI. |
|
ui/popup
Package popup implements the modal overlays (palette, wizards, prompts) that plug into the app through the ui.Factories registry.
|
Package popup implements the modal overlays (palette, wizards, prompts) that plug into the app through the ui.Factories registry. |
|
writer
Package writer exports frames to files.
|
Package writer exports frames to files. |
Click to show internal directories.
Click to hide internal directories.

