Dadbod is a Vim plugin for interacting with databases.  It's a more modern take on dbext.vim, improving on it on the following ways: The :DB command h

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-30 10:30:04

Dadbod is a Vim plugin for interacting with databases. It's a more modern take on dbext.vim, improving on it on the following ways:

The :DB command has a few different usages. All forms accept a URL as the first parameter, which can be omitted if a default is configured or provided by a plugin.

If additional arguments are provided, they are interpreted as a query string to pass to the database. Results are displayed in a preview window.

Leave a Comment