elksie5000
elksie5000

Reputation: 7772

How to create GUI from SQL Edge instance on mac m1 in docker

docker start sqledge

Managed to get Docker instance of SQL Edge running on Macbook M1 but to see GUI so I can connect to database. How do I do this?

Upvotes: 0

Views: 211

Answers (1)

Arun Gurunathan
Arun Gurunathan

Reputation: 306

To connect to a SQL Edge server from a Mac client you can use Azure Data Studio which supports macOS. At this time, there is no native Apple silicon version of Azure Data Studio but it is an electron app and works with Rosetta.

Upvotes: 1

Related Questions