How to set the proper connection parameters to connect a SQL Server database in Atom Editor using Data-Atom package?
问题 I'm trying to use Data-Atom package in the Atom Editor to connect to a SQL Server 2012 database. I can connect to the database with SQL Server Managment Studio using Windows Authentication or SQL Server Authentication . How the data-atom-connections.cson file should be using these two authentication methods? My data-atom-connections.cson file looks like this: [ { name: "WindowsAuthentication" protocol: "sqlserver" user: "username" password: "password" server: "apphost/Username" database: