🐬 sqlit.nvim - A Simple SQL Interface for Neovim
📥 Download Now

🚀 Getting Started
Welcome! This guide will help you set up sqlit.nvim easily. Sqlit.nvim is a Neovim plugin that offers a simple, user-friendly way to work with SQL databases, resembling the familiar lazygit interface.
📋 System Requirements
- Neovim version 0.5 or higher
- A supported SQL database (like MySQL, PostgreSQL, SQLite)
- Basic familiarity with terminal commands
📚 Features
- Intuitive command-based interactions
- Visual query output
- Multi-database support
- Simple installation process
📦 Installation
To install sqlit.nvim, you will need to download the package from GitHub.
- Visit this page to download: sqlit.nvim Releases
- Choose the appropriate version for your system. Look for the latest release or the specific version you need.
- Download the release package. This may come in a
.zip or .tar.gz format.
- Extract the downloaded file to a directory of your choice.
⚙️ Setting Up
After you’ve downloaded and extracted sqlit.nvim, follow these steps to set it up in Neovim:
- Open your terminal or command prompt.
- Move the extracted sqlit.nvim directory to your Neovim plugins directory. Typically, this is located at
~/.config/nvim/pack/plugins/start/ or ~/.local/share/nvim/site/pack/plugins/start/. You can use this command:
mv sqlit.nvim ~/.config/nvim/pack/plugins/start/
- Open Neovim by typing
nvim in your terminal.
- Run the following command in Neovim to ensure the plugin is installed correctly:
- If all checks pass, you are ready to use sqlit.nvim.
🎉 Using sqlit.nvim
sqlit.nvim is designed for ease of use. Here are the basic commands to get started:
- To open sqlit.nvim, type
:Sqlit in Neovim.
- Use the command
:SqlitConnect followed by your database connection string to connect to your database.
- Run SQL queries directly in the terminal. The results will display in a clean format.
You can explore more advanced features, such as query history and output formatting, by checking the documentation within the plugin or looking for additional resources online.
💡 Troubleshooting
If you run into issues while using sqlit.nvim, here are some common solutions:
- Error Connecting to Database: Ensure that your database is running and the connection string is correct.
- Plugin Not Loaded: Double-check that you placed the sqlit.nvim directory in the correct plugins folder.
- Neovim Version: Verify that you are using Neovim version 0.5 or higher.
- Dependencies: Make sure you have any necessary libraries installed for your SQL database.
🌟 Additional Resources
To enhance your experience with sqlit.nvim, consider these helpful resources:
🔗 Download & Install
Remember, to download sqlit.nvim, visit the releases page: sqlit.nvim Releases. Download the latest version, extract it, and follow the setup instructions above to begin working with your SQL databases in Neovim. Enjoy smooth and efficient SQL querying!