8000 GitHub - kndndrj/projector-dbee: nvim-projector extension for nvim-dbee
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kndndrj/projector-dbee

Repository files navigation

Neovim Projector DBee Extension

Extension for nvim-projector that adds an output with nvim-dbee support.

Installation

Install it as any other plugin. and add outputs to projector's setup function. This extension also needs dbee to be installed and configured properly.

require("projector").setup {
  outputs = {
    require("projector_dbee").OutputBuilder:new(),
    -- ... your other outputs
  },
  -- ... the rest of your config
}

This output adds a task to manage database connections in dbee with projector.

Example task entry:

{
  name = "Database Conn",
  databases = {
    {
      name = "My local database",
      type = "sqlite",
      url = "~/path/to/local/database.db",
    },
    -- ...
  },
}

About

nvim-projector extension for nvim-dbee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0