1 repositorio
Streams the contents of a Vim buffer to an external database binary for query execution.
Distinct from Stream Execution: Distinct from Stream Execution: focuses on streaming buffer content to a CLI subprocess rather than general stream finalization.
Explore 1 awesome GitHub repository matching data & databases · Buffer-to-CLI Streams. 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
Streams editor buffer contents to external database binaries for query execution.