continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
16.99k stars 1.32k forks source link

Support MSSQL #2357

Open petrusali opened 1 week ago

petrusali commented 1 week ago

Validations

Problem

I used to work with MSSQL and having context provider to support this DB will be great. Thank you.

Solution

No response

Patrick-Erichsen commented 1 week ago

Hi @petrusali , I'm not very familiar with MSSQL but I'm wondering if setting connection_type: mysql on the database context provider would work for you. Let me know if you give it a try!

I made a quick docs update here to make the available connection_types more clear as well.

Available connection types:

- `postgres`
- `mysql`
- `sqlite`
petrusali commented 19 hours ago

I've tried but that doesn't work with MSSQL