jupyterlab-sql icon indicating copy to clipboard operation
jupyterlab-sql copied to clipboard

SQL GUI for JupyterLab

Results 58 jupyterlab-sql issues
Sort by recently updated
recently updated
newest added

Since there's a couple of different installation steps, it would be easier to have this on conda-forge.

Currently, the table remains white even when JupyterLab is in dark mode. Following the CSV renderer is probably a good way to start.

It would be nice for users to be able to save connections. Initially, this could be through a configuration file?

I don't know what is your design limitation, example of typical wish: ```` -- SQLite Memo (Demo = click on green "->" and "@" icons) -- to CREATE a table...

Currently, the table explorer just displays the first 1000 rows. Having a button to fetch more rows would be useful.

This follows [this guide](https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html#companion-packages), but I'm not totally sure what the outcome is supposed to be.

The `Table` component does not have any tests. We could test it and e.g. mock out datagrid and the datagrid extensions?

At the moment, when the content refreshes in both the table explorer and the database explorer, errors in the refresh are not caught. We should at least make sure that...

It would be useful to have unit tests for the classes in `executor.py`. We can probably mock out the sqlalchemy calls?

It seems there is only support for 1 query per SQL tab instance with no ability to save. Is this correct?