Hello! Would anyone know how to connect prisma to ...
# orm-help
h
Hello! Would anyone know how to connect prisma to an existing mssql database? Is this connection currently supported?
j
we're working on it!
not yet though
you can follow the progress here https://github.com/prisma/prisma/issues/2430
lots of work, we basically built an async rust crate for mssql from the ground up, it's like half done, query engine works but mssql is blocked from the main releases due to us not yet being able to run the whole test suite on it
h
Thanks!