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
19.43k stars 1.69k forks source link

Support MSSQL #2357

Open petrusali opened 2 months ago

petrusali commented 2 months 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 month 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 1 month ago

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

DifferentialityDevelopment commented 6 days ago

I added support for mssql a while ago, but having issues getting it to work on my side, busy investigating.