Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

dbee

URL: https://github.com/kndndrj/nvim-dbee

Maintainers: Gaetan Lepage


Interactive database client for Neovim.

plugins.dbee.enable

Whether to enable nvim-dbee.

Type: boolean

Default: false

Example: true

Declared by:

plugins.dbee.package

The nvim-dbee package to use.

Type: package

Default: pkgs.vimPlugins.nvim-dbee

Declared by:

plugins.dbee.autoLoad

Whether to automatically load nvim-dbee when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.dbee.settings

Options provided to the require('dbee').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  default_connection = "wtg";
  sources = [
    lib.nixvim.mkRaw "require('dbee.sources').FileSource:new(vim.fn.stdpath('cache') .. '/dbee/persistence.json')"
  ];
}

Declared by: