termdbms
vim-dadbod-ui
Our great sponsors
termdbms | vim-dadbod-ui | |
---|---|---|
16 | 9 | |
1,234 | 745 | |
- | - | |
2.8 | 4.2 | |
10 months ago | 11 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
-
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.
-
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.
-
Terminal cataloging/database application
Ok I thought some programming could be done. Clipper is very very high level, so extremely easy to use! What about this then? Still very low level tough!
- Gobang – Cross-platform TUI database management tool written in Rust
- SQLite-TUI: A TUI for viewing SQLite databases, written in Go
vim-dadbod-ui
- 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).
- Gobang – Cross-platform TUI database management tool written in Rust
-
What neovim plugins do you wish existed?
There is some basic oracle support with this https://github.com/kristijanhusak/vim-dadbod-ui
What are some alternatives?
org-roam - Rudimentary Roam replica with Org-mode
neogit - magit for neovim
sqlite-tui - A TUI for viewing and editing database files. [Moved to: https://github.com/mathaou/termdbms]
tmate - Instant Terminal Sharing
neovide - No Nonsense Neovim Client in Rust
nvim-bufbar - A simple and very light Neovim bufferline
Sequel-Ace - MySQL/MariaDB database management for macOS
neovim - Vim-fork focused on extensibility and usability
wishlist - A public catalogue of Lua plugins Neovim users would like to see exist
vim-dadbod - dadbod.vim: Modern database interface for Vim
sqls - SQL language server written in Go.
vim-smoothie - Smooth scrolling for Vim done right🥤