Hi everybody! Just wondering if there is a SDK for...
# azure
a
Hi everybody! Just wondering if there is a SDK for accessing SQL SERVER no matters where it is (Azure or VM). Because the only thing I could find is cloud specific : https://www.pulumi.com/docs/reference/pkg/azure-native/sqlvirtualmachine/sqlvirtualmachine/
g
We have providers for Postgres and MySQL, but do not currently have a provider for MSSQL. You could write a dynamic provider to add the support that you needed - https://www.pulumi.com/docs/intro/concepts/resources/#dynamicproviders.
a
Ajá! regards!