Open petrusali opened 2 months 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`
I've tried but that doesn't work with MSSQL
I added support for mssql a while ago, but having issues getting it to work on my side, busy investigating.
Validations
Problem
I used to work with MSSQL and having context provider to support this DB will be great. Thank you.
Solution
No response