vim-teradata
A powerful NeoVim plugin to interact directly with the Teradata database.
Key Features:
- Check query syntax (for single or multiple queries).
- Run queries and output results to a split buffer (`:TDO`).
- Browse query history and resultsets (`:TDH`).
- Manage user connections and bookmarks (`:TDU`, `:TDB`).
- Search past queries (requires fzf.vim, bat, and rg).
Configuration: Requires Lua setup for connection details (log_mech
, user
, tdpid
).