-
Notifications
You must be signed in to change notification settings - Fork 67
Description
sql-language-server currently supports 3 types of adapters
- MySQL
- PostgreSQL
- SQLite3
In this fork I have implemented a forth adapter named json. The idea is to load a schema from an external file. For platform like spark this is very useful because users can create tables in their own spark environment. Also it is difficult to configure the spark driver in sql-language-server the same way it's configured in the user's jupyterlab notebooks.
@joe-re Have a look at the following documentation. If you like the idea of an external json adapter and the integration with JupyterLab I will spend more time on these features and make proper PR to your repository. I believe it would best for the community to incorporate this work into your code base.
https://github.com/cccs-jc/sql-language-server/tree/develop/example/jupyterlab
Let me know what you think. Looking forward to collaborate.
Cheers
jc