top | item 39662280

(no title)

cbb330 | 2 years ago

I like dbeaver for browsing DDL, list of tables, examples of schema, data types. also, to edit a few rows here and there as a quick test/fix to something. because its easier to click around than write many 2 line sql to do the same thing.

But, I often use jupyter notebooks for the DML aspect of hard queries and data anlysis, for the power of dataframes and repeatable cells mixed with documentation and sharing.

So all that to say, anyone know if there is a DDL browser equivalent ideal for jupyter notebooks / ipywidgets?

discuss

order

singingfish|2 years ago

same, except I use emaacs org mode instead of jupyter (and have record keeping / backup implemented with git-auto-commit-mode as well)