SlackBuilds Repository

15.0 > Development > azuredatastudio (1.47.1)

Azure Data Studio is a data management and development tool with
connectivity to popular cloud and on-premises databases.
Azure Data Studio supports Windows, macOS, and Linux, with immediate
capability to connect to Azure SQL and SQL Server. Browse the
extension library for additional database support options including
MySQL, PostreSQL, and MongoDB.

How to get started with SQL Server 20022 and docker, run:

docker pull mcr.microsoft.com/mssql/server:2022-latest

docker run -e "ACCEPT_EULA=Y" \
-e "MSSQL_SA_PASSWORD=QW3rtyui" \
-p 1433:1433 --name mssql2022 \
-d \
mcr.microsoft.com/mssql/server:2022-latest


Log in with:
Server=localhost,1433
User name=sa
Password=QW3rtyui


Optional dependencies:
docker docker-cli

Maintained by: Martin Bångens
Keywords: mssql
ChangeLog: azuredatastudio

Homepage:
https://github.com/microsoft/azuredatastudio

Source Downloads (64bit):
stable (fa43ca81731fc559e4d0fb7dbd3c287e)

Download SlackBuild:
azuredatastudio.tar.gz
azuredatastudio.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds