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
trafficstars

It'd be very helpful for have an option in SQL window to **export the output table to csv or text file** (or at least enable selecting a subset of cells...

In jupyter dark theme, the table names are still black. ![image](https://user-images.githubusercontent.com/7495860/72413088-d3803800-3723-11ea-99cb-5f1faee7ae81.png) Also the table view is white in dark theme. ![image](https://user-images.githubusercontent.com/7495860/72413175-05919a00-3724-11ea-8906-40043ac6f332.png)

I am trying to connect this extension to a `presto` instance, however I have problems with two things. First of all - **is presto connection supported** at this moment? I...

The current main barrier to entry is a view icon. Contributions welcome!

This [link](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html#jupyterlab-user-settings-directory) describes the process by which a user can change extension settings. I could not find a settings file referring to this extension (something of the form/.jupyterlab-settings). While a...

Having a 'try on binder' action button would make it much easier for prospective users to try this package.

I have had this problem and I have solved in the way you can read here https://github.com/jupyter/notebook/issues/1731#issuecomment-244351956

Support to Athena https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html https://docs.aws.amazon.com/athena/latest/ug/athena-bi-tools-jdbc-odbc.html

As of now, it seems there is no way to view tables unless they are under the default schema, e.g. `dbo.table` It would be useful to either as a default...