termdbms
vim-dadbod-ui
termdbms | vim-dadbod-ui | |
---|---|---|
18 | 12 | |
1,684 | 1,455 | |
- | - | |
0.0 | 8.3 | |
over 2 years ago | 8 days ago | |
Go | Vim Script | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
termdbms
-
Termdbms β A TUI for viewing and editing database files
Don't use a Mac, but would add to readme if someone had the wherewithal
https://github.com/mathaou/termdbms/issues/8
-
Why SQLite may become foundational for digital progress
https://github.com/mathaou/termdbms
Granted I'm the author, but until I get around to rewriting it from the ground up, I really think it saves a lot of time for editing single cells, querying, and viewing in a headless environment.
- mathaou/termdbms: A TUI for viewing and editing database files.
- A TUI for viewing and editing database files
- Termdbms: A TUI for viewing and editing SQLite and CSV
-
Bubble Tea: fun, functional and stateful way to build terminal apps
One of my favorite TUI frameworks. I made https://github.com/mathaou/termdbms with it. A very pleasant experience.
- Ask HN: Have you used SQLite as a primary database?
- TUI in webapp design language(CSS) and pattern(check the demo, itβs next level)
-
Ask HN: Have you created programs for only your personal use?
I made a headless sqlite dbms (not nearly as feature rich as the real thing) for my own embedded development. It can show the values of any table, view specific cells, update cells with a text editor interface, beautifies json, and takes in SQL queries as well.
Got some bugs with formatting complex lines of text, but it works well enough for me. I plan on porting to Rust one of these days.
https://github.com/mathaou/termdbms
vim-dadbod-ui
-
vim-dadbod-completion not working
I installed the plugin following the instructions in https://github.com/kristijanhusak/vim-dadbod-ui and I'm able to connect to the database and execute queries, the only problem I have is that vim-dadbod-completion is not working.
-
I was wrong about Vim and Neovim
You might check out hurl for a RestAPI tool replacement. There is also a vim plugin for it, although I have not used it. Someone already mentioned dadbod (which I think works great on its own), but if you are curious there is also a plugin to add a UI on top of it.
-
SQL databases with neovim
Hello. I'm trying to finds any good terminal solution to work with databases. There are a lot of great db tools for GUI (e.g datagrip) but not a lot for the terminal. The only one tool which I find usable excepted the raw cli queries is https://github.com/kristijanhusak/vim-dadbod-ui . Do you know anything better? Thanks.
- GitHub - patrkris/pisk: PostgreSQL sessions in Vim
-
Show HN: PostgreSQL Sessions in Vim
See also Dadbod UI on (neo)vim to interact with databases: https://github.com/kristijanhusak/vim-dadbod-ui
- New Color scheme: neobeans
-
How to use Vim or Neovim for SQL?
Maybe that helps with autocompletion in dadbod: ```lua Plug 'https://github.com/tpope/vim-dadbod.git' Plug 'https://github.com/kristijanhusak/vim-dadbod-ui.git' Plug 'https://github.com/kristijanhusak/vim-dadbod-completion.git'
I did get vim-dadbod-ui kinda working at one point but wasn't able to get completion to work and the results output for MSSQL wasn't great (looks like it's better for PostgresSQL and MySQL, they have better CLI tools I guess?).
-
Is there a neovim plugin to query SQL databases
vim-dadbod-ui (https://github.com/kristijanhusak/vim-dadbod-ui) is really nice. Not written in lua and doesn't integrate with Telescope (AFAIK) but still really clean and easy to use.
- Do you give use Vim for SQL. It took me a while to setup this. sqls - lang server (auto complete), dadbodUI (view table, execute and save query), prettier-sql (format code on save).
What are some alternatives?
sqlite-tui - A TUI for viewing and editing database files. [Moved to: https://github.com/mathaou/termdbms]
org-roam - Rudimentary Roam replica with Org-mode
vim-dadbod - dadbod.vim: Modern database interface for Vim
tmate - Instant Terminal Sharing
catcli - The command line catalog tool for your offline data
sqls - SQL language server written in Go.
gobang - A cross-platform TUI database management tool written in Rust
neogit - An interactive and powerful Git interface for Neovim, inspired by Magit
vatcomply - VATcomply is a free API service for vat number validation, user ip geolocation and foreign exchange rates.
hop.nvim - Neovim motions on speed!
bubbletea - A powerful little TUI framework π
neovim - Vim-fork focused on extensibility and usability