Files
sqltoolsservice/docs/guide/introduction.md
Karl Burtram adc9672fa3 More documentation updates (#202)
* Add some content to the design page.

* More design doc updates

* Update user guide docs
2016-12-21 16:23:14 -08:00

918 B

Introduction

NOTE: The user guide is currently under development and may be missing important information. If you feel that a particular area is missing or poorly explained, please feel free to file an issue at our GitHub site

SQL Tools Service is a API that provides useful services to database developer and management tools.

The JSON-RPC API

The SQL Tools Service exposes its feature set as a JSON-RPC over stdio. See the API details at JSON-RPC Protocol and checkout some usage examples at Using the JSON-RPC API.

The .NET API

The .NET API provides the complete set of services which can be used in code editors or any other type of application.

If you're a developer that would like to use SQL Tools Service in a .NET application, checkout the .Net API reference.