nvim-dbview
If you ever wanted to poke around your database without leaving Neovim, welcome to your new favorite tool: nvim-dbview
. Itβs dead simple, quite fast, and ridiculously useful.
nvim-dbview
lets you inspect and edit .db
files directly in Neovim, treating them like good old text buffers. And the best part: It's cross-backend, so you can use the database that you like.
Under the hood:
It's a Lua-powered Neovim plugin.
It uses a tiny python api which in turn uses sqlalchemy to provide support for different backend.
I'm gonna be honest, nvim-dbview
is nothing special so there isnt much to write about but i mainly just wanted to start off my blog with something
Posted: 4 months ago
Edited: never