Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

json adapter mode for autocompletion with multiple connections #223

Open
avneeshn opened this issue Aug 28, 2023 · 0 comments
Open

json adapter mode for autocompletion with multiple connections #223

avneeshn opened this issue Aug 28, 2023 · 0 comments

Comments

@avneeshn
Copy link

avneeshn commented Aug 28, 2023

Hi
Currently, for the json adapter approach for autocompletion, I wanted to know how can it be made to work for multiple connections?

I am currently implementing my own magic command to enable language-server features. I can see the config supports multiple connections. For eg below:

{
    "language_servers": {
        "sql-language-server": {
            "serverSettings": {
                "sqlLanguageServer": {
                    "connections": [
                        {
                            "name": "sqlite-conf",
                            "adapter": "sqlite3",   
                            "filename": "/tmp/demodb.sqlite"
                        }
                    ]
                }
            }
        }
    }
}

Just wanted to know how does it work and how to implement it on my side?

P.S. I am in JupyterLab env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant