shellql 0.1.6-beta

A Vim- and tmux-inspired terminal database manager for developers
Documentation
1
2
3
4
5
6
//! Re-exports for backward compatibility during the tab refactor.
//!
//! Types that were previously in this module have moved to `tab.rs`.

pub use crate::tui::state::tab::LoadedTable;
pub use crate::tui::state::tab::TableMode;