azuredatastudio-postgresql is an extension for Azure Data Studio that enables you to work with PostgreSQL databases
Перейти к файлу
Anup Kamath 6d2cb1845c Package offline changes 2018-04-02 18:18:50 -07:00
.vscode Initial code port 2018-01-10 12:30:50 -08:00
images icon and upgrading the version on tools 2018-01-22 11:25:34 -08:00
snippets Initial code port 2018-01-10 12:30:50 -08:00
src Package offline changes 2018-04-02 18:18:50 -07:00
syntaxes Initial code port 2018-01-10 12:30:50 -08:00
tasks Package offline changes 2018-04-02 18:18:50 -07:00
.gitignore Initial code port 2018-01-10 12:30:50 -08:00
.vscodeignore Initial code port 2018-01-10 12:30:50 -08:00
LICENSE Initial commit 2018-01-10 12:15:37 -08:00
README.md icon and upgrading the version on tools 2018-01-22 11:25:34 -08:00
coverconfig.json Initial code port 2018-01-10 12:30:50 -08:00
gulpfile.js More changes 2018-03-30 15:19:49 -07:00
package.json Package offline changes 2018-04-02 18:18:50 -07:00
package.nls.json Initial code port 2018-01-10 12:30:50 -08:00
tsconfig.json Package offline changes 2018-04-02 18:18:50 -07:00
tslint.json Initial code port 2018-01-10 12:30:50 -08:00
yarn.lock Package offline changes 2018-04-02 18:18:50 -07:00

README.md

pgsql for SQL Operations Studio

Welcome to pgsql for SQL Operations Studio! An extension for developing PostgreSQL everywhere with a rich set of functionalities, including:

  • Connect to PostgreSQL, Azure databases for PosgreSQL.
  • Create and manage connection profiles and most recently used connections.
  • Write scripts with IntelliSense, Go to Definition, snippets, syntax colorizations, error validations.
  • Object Explorer supporting schema browsing and contextual command execution
  • Execute your scripts and view results in a simple to use grid.
  • Save the result to json, csv or excel file format and view in the editor.
  • Visual Data Editor that enables direct row insertion, update and deletion into tables.
  • Scripting support to generate CREATE, SELECT and DROP statements for database objects

Offline Installation

The extension will download and install a required PgSqlToolsService package during activation. For machines with no Internet access, you can still use the extension by choosing the Install from VSIX... option in the Extension view and installing a bundled release from our Releases page.

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.