1 مستودع
An editor plugin that runs SQL and NoSQL queries against databases using connection URLs and displays results in a preview window.
Distinct from Vim Plugins: Distinct from Vim Plugins: specifically provides database query execution and result display within Vim, not general editor extensions.
Explore 1 awesome GitHub repository matching development tools & productivity · Database Interfaces. Refine with filters or upvote what's useful.
vim-dadbod is a database interface for the Vim editor that allows for the execution of SQL and NoSQL queries. It functions as a connection manager and query runner, enabling users to interact with databases using connection URLs. The project acts as a bridge to native command-line interfaces, providing a wrapper to launch interactive database consoles. This integration allows users to run commands from the editor and view the results within a preview window. The system manages database connections through URL-based configurations and environment variables. It handles the execution of queries
Runs SQL and NoSQL queries against databases using connection URLs and displays results in a preview window.