sqlua.nvim
sqlua.nvim copied to clipboard
A SQL IDE and UI for NeoVim written in Lua. Inspired by vim-dadbod vim-dadbod-ui.
Just a heads up, the latest version tag includes old broken connection configuration for postgres, attempts to load `queries.postgres` but the file is actually `queries.postgresql` in that version of the...
I installed the plugin via Lazy, not using any pre-packaged nvim, just my own config. this is my sqlua.lua file: ```lua return { { "xemptuous/sqlua.nvim", lazy = true, cmd =...
Hi, I can't seem to make the snowflake connection work, does the name in the connections.json needs to match the connection name in the snowflake config.toml file for snowql to...