jupyterlab-sql
jupyterlab-sql copied to clipboard
SQL GUI for JupyterLab
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.  Also the table view is white in dark theme. 
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...