sql-cli 1.69.4

SQL query tool for CSV/JSON with both interactive TUI and non-interactive CLI modes - perfect for exploration and automation
Documentation
1
2
3
4
5
6
7
8
9
10
-- SQL CLI Plugin initialization
-- This file is automatically loaded by Neovim

if vim.g.loaded_sql_cli then
  return
end
vim.g.loaded_sql_cli = true

-- Don't auto-setup, let the user call it from their config
-- This prevents timing issues with lazy.nvim