What are some ways of accessing Microsoft SQL Server from Linux?

前端 未结 14 1380
迷失自我
迷失自我 2020-11-29 20:53

We have a Windows machine running SQL Server 2005, and we need to be able to run some database queries on it from a Linux box. What are some of the recommended ways of doin

14条回答
  •  抹茶落季
    2020-11-29 21:47

    I'd like to recommend Sqlectron. Besides being open source under MIT license it's multiplatform boosted by Electron. Its own definition is:

    A simple and lightweight SQL client desktop with cross database and platform support

    It currently supports PostgreSQL, MySQL, MS SQL Server, Cassandra and SQLite.

提交回复
热议问题