|
|
|
|
|
by cbb330
828 days 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? |
|