# kndndrj/nvim-dbee

Interactive database client for neovim

Repository: https://github.com/kndndrj/nvim-dbee
Canonical: https://ross.abutalabs.com/products/nvim-dbee
Language: Go
License: GPL-3.0
License Family: copyleft
Topics: neovim, bee, database, database-client, golang, lua, neovim-plugin, nvim, nvim-plugin
Last push: 2025-07-25T10:27:17+00:00

## Health v2 (maintenance only)
Score: 36/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 33, release rhythm 8, longevity 94
- inputs: {"age_days": 1317, "days_push": 404, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1307, forks 99 (observed 2026-08-28T04:04:19.019116+00:00)

## What it is
An interactive database client implemented as a Neovim plugin, with a Go backend and Lua frontend. It lets users execute SQL queries and view results directly inside the editor without relying on external CLI tools.

## Use cases
- run sql queries from neovim
- browse database tables inside my editor
- interactive database client for neovim
- execute queries without leaving the editor
- view query results in a vim buffer
- replace gui database clients with a vim workflow

## When to choose
- you live in Neovim and want to query databases without switching apps
- you want a self-contained client that doesn't depend on psql or other CLI tools
- you need fast, streaming result rendering via an iterator-based backend

## When to avoid
- you need a full GUI database client with visual schema diagrams
- you don't use Neovim (requires nvim >= 0.10)
- you need guaranteed API stability - it's alpha software with expected breaking changes

## Facets
- artifact type: plugin
- maturity: active
- function: database, database-driver, developer-tools, editor
- domain: databases, developer-tools, text-editors
- platform: editor-plugin, cross-platform, windows, go, lua
- tags: neovim-plugin, database-client, sql, query-execution, editor-integration, linux, macos

## Member repositories
- kndndrj/nvim-dbee (main) score 36

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:19.019116+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:50:16.479510+00:00, confidence not recorded.
  - readme: https://github.com/kndndrj/nvim-dbee (fetched 2026-08-28T04:04:19.019116+00:00, sha 771a1797c9ae)
- Data as of 2026-08-30T08:39:29.467469+00:00.
