dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Windows on ARM support? #494

Open MikeFarrington opened 3 years ago

MikeFarrington commented 3 years ago

Since SSMS is not available for ARM, I was seeking out alternatives and ran across this. Of course I can use mssql-cli's x86 edition via emulation, but I've been trying to only use natively compiled applications on my ARM device. Is there any hope of an ARM64 compilation for Windows on ARM? I need something lightweight like this to complement Visual Studio Code which is available natively on ARM64.

pensivebrian commented 3 years ago

Definitely doable. This was prototyped awhile back in branch https://github.com/dbcli/mssql-cli/tree/ron/arm_support.