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

sql: Database Visualizers List (GUIs) #25467

Open
2 of 4 tasks
BramGruneir opened this issue May 14, 2018 · 3 comments
Open
2 of 4 tasks

sql: Database Visualizers List (GUIs) #25467

BramGruneir opened this issue May 14, 2018 · 3 comments
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. O-community Originated from the community T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@BramGruneir
Copy link
Member

BramGruneir commented May 14, 2018

This is meta issue to serve as a list of known DB visualization tools that we would like to support. I'll be keeping this top description updated, so if there are any tools out there that are not on this list, please comment and I'll add them. Note that these are ordered alphabetically and not by priority. If there is a tracking issue for a tool, it will be linked to from here.

Note that these tools do not have to be open source, but that open source tools will probably get a higher priority. As will cross platform tools.

Full Support:

  • DBeaver closed source, free and enterprise editions
  • Postico - unknown, closed source

Beta support:

Known issues:

Jira issue: CRDB-5711

@BramGruneir BramGruneir added A-sql-pgcompat Semantic compatibility with PostgreSQL meta-issue Contains a list of several other issues. labels May 14, 2018
@BramGruneir BramGruneir self-assigned this May 14, 2018
@BramGruneir BramGruneir added the O-community Originated from the community label May 15, 2018
@knz knz added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Jul 21, 2018
@knz knz changed the title Database Visualizers List sql: Database Visualizers List Jul 23, 2018
@andrew-bickerton
Copy link

Azure Data Studio (open source) with postgres extension.
Uses psycopg2 to query the db.
Works with:

  • connect
  • create db
  • create table
  • insert table

Fails on:

  • select from table

But it can display a fair bit of info:

  • list of DBs
  • table list (but not columns under tables)
  • roles

@BramGruneir
Copy link
Member Author

Thanks @andrew-bickerton!

I bet the select is using a cursor. Which we don't support yet.

Added it to the list.

@awoods187 awoods187 changed the title sql: Database Visualizers List sql: Database Visualizers List (GUIs) Jan 7, 2020
@rmloveland rmloveland removed their assignment Feb 12, 2020
@awoods187 awoods187 assigned rafiss and vy-ton and unassigned BramGruneir and awoods187 Apr 24, 2020
@gnat
Copy link

gnat commented Jan 1, 2021

Consider this: Even a page in the core admin gui that sends simple queries for:

  • field editing
  • column rename/add/remove

Would allow all of these tickets to be closed because these 3rd party solutions are all such awful experiences compared to the core product.

Tooling is sooo important for getting new people in. It is a weakpoint for CockroachDB adoption right now, which is a shame since the core itself is wonderfully engineered and it does so many things right 💯

PGWeb, gets half way there, but it has zero functionality beyond browsing-- but it is tiny, and dockerizable, portable, just like CockroachDB. pgAdmin is overrated since half the features aren't even applicable to Cockroach DB, but it would be my second choice as its a simple docker-compose up away. The rest are very poor experiences that are a poor representation of the rest of CockroachDB. @ericharmeling @jordanlewis

@rafiss rafiss added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label May 12, 2021
@rafiss rafiss removed their assignment Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. O-community Originated from the community T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

8 participants