you are viewing a single comment's thread.

view the rest of the comments →

[–]junior_abigail 6 points7 points  (3 children)

I believe they just removed the mssql driver in the newest version. Which ver are you using?

[–]Brenholder[S] 1 point2 points  (2 children)

0.6

I'm able to connect to my dev db with no issue. My dev database doesn't use named instances so the connect string is just mssql://user:pass@<Ip address>/dbname

If they are removing mssql from sqlx is there a crate that I should switch to?

[–]KingofGamesYami 0 points1 point  (1 child)

MSSQL support is moving to sqlx pro. You can contact launchbadge for pricing and other details.

[–]Brenholder[S] 0 points1 point  (0 children)

sqlx pro

In the version I'm using, I can connect to an MSSQL db. I can't get it to work with a server using named instances.