Skip to content

Pulumi provider for Microsoft SQL Server and Azure SQL

License

Notifications You must be signed in to change notification settings

pulumiverse/pulumi-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62b9867 · Jan 14, 2025

History

81 Commits
Apr 21, 2023
Oct 8, 2024
Jan 14, 2025
Jun 7, 2023
Oct 8, 2024
Oct 8, 2024
Jun 13, 2023
Apr 5, 2023
Oct 8, 2024
Apr 5, 2023
Apr 5, 2023
Apr 5, 2023
Oct 8, 2024
Apr 5, 2023
Jun 4, 2023

Repository files navigation

MSSQL Resource Provider

The MSSQL Resource Provider lets you manage mssql resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pulumiverse/mssql

or yarn:

yarn add @pulumiverse/mssql

Python

To use from Python, install using pip:

pip install pulumiverse_mssql

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pulumiverse/pulumi-mssql/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package Pulumiverse.Mssql

Reference

For detailed reference documentation, please visit the Pulumi registry.