34 строки
2.1 KiB
Markdown
34 строки
2.1 KiB
Markdown
# Open Source Databases Tools Service
|
|
The Open Source Databases Tools Service is an application that provides core functionality for various PostgreSQL Server tools. These features include the following:
|
|
* Connection management
|
|
* Language Service support using VS Code protocol
|
|
* Query execution and resultset management
|
|
|
|
It is based on the [Microsoft SQL Tools Service](https://github.com/Microsoft/sqltoolsservice) and [pgAdmin](https://www.pgadmin.org).
|
|
|
|
## Support
|
|
Support for this extension is provided on our [GitHub Issue Tracker]. You can submit a [bug report], a [feature suggestion] or participate in discussions.
|
|
|
|
## Contributing to the Extension
|
|
See the [developer documentation] for details on how to contribute to this extension.
|
|
|
|
## Code of Conduct
|
|
This project has adopted the [Microsoft Open Source Code of Conduct]. For more information see the [Code of Conduct FAQ] or contact [opencode@microsoft.com] with any additional questions or comments.
|
|
|
|
## Privacy Statement
|
|
The [Microsoft Enterprise and Developer Privacy Statement] describes the privacy statement of this software.
|
|
|
|
## License
|
|
This extension is [licensed under the MIT License]. Please see the [third-party notices] file for additional copyright notices and license terms applicable to portions of the software.
|
|
|
|
[GitHub Issue Tracker]:https://github.com/Microsoft/pgtoolsservice/issues
|
|
[bug report]:https://github.com/Microsoft/pgtoolsservice/issues/new?labels=bug
|
|
[feature suggestion]:https://github.com/Microsoft/pgtoolsservice/issues/new?labels=feature-request
|
|
[developer documentation]:https://github.com/Microsoft/pgtoolsservice/wiki/How-to-Contribute
|
|
[Microsoft Enterprise and Developer Privacy Statement]:https://go.microsoft.com/fwlink/?LinkId=786907&lang=en7
|
|
[licensed under the MIT License]:https://github.com/Microsoft/pgtoolsservice/blob/master/License.txt
|
|
[third-party notices]: https://github.com/Microsoft/pgtoolsservice/blob/master/ThirdPartyNotices.txt
|
|
[Microsoft Open Source Code of Conduct]:https://opensource.microsoft.com/codeofconduct/
|
|
[Code of Conduct FAQ]:https://opensource.microsoft.com/codeofconduct/faq/
|
|
[opencode@microsoft.com]:mailto:opencode@microsoft.com
|