Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: Open JSON(B) in Vim/JQ #98

Open
prochac opened this issue Sep 4, 2024 · 2 comments
Open

[feat]: Open JSON(B) in Vim/JQ #98

prochac opened this issue Sep 4, 2024 · 2 comments

Comments

@prochac
Copy link
Contributor

prochac commented Sep 4, 2024

Could the external editor feature be duplicated for column results?
In some cases, we use JSON/JSONB in Potgres. And the column content is sometimes big. It would be nice to be able to see it formatted. The jq filter is nice to have. (I guess should be possible in Vim, if I learn it, right?)

@jorgerojas26
Copy link
Owner

That's a good feature. I'm thinking about implementing it just like MongoDB Compass does it, having a breadcrumb of result tables, where you can just press "Enter" on a column and if it has a complex structure (like json), create and navigate a step further in the breadcrumb and show the data in a table.

@jorgerojas26
Copy link
Owner

Of course, the "Open in external editor" is nice as well and i plan to support more of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants