azuredatastudio-postgresql is an extension for Azure Data Studio that enables you to work with PostgreSQL databases
Перейти к файлу
swjain23 aa227df819 Updating to 0.1.0 2019-10-31 14:13:10 -07:00
.vscode update dataprotocol version 2018-12-18 16:44:13 -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 SDK Validation 2019-10-31 14:12:07 -07:00
syntaxes Add syntax highlighting similar to sql 2019-10-21 18:18:40 -07:00
tasks Updated the TPN and name for extension 2019-03-13 21:03:12 -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 Updating license and TPN 2019-02-19 16:25:11 -08:00
README.md Update README.md 2019-03-17 23:15:55 -07:00
ThirdPartyNotices.txt Updated the TPN and name for extension 2019-03-13 21:03:12 -07:00
coverconfig.json Initial code port 2018-01-10 12:30:50 -08:00
gulpfile.js Remove resources 2019-10-21 17:04:34 -07:00
package.json Updating to 0.1.0 2019-10-31 14:13:10 -07:00
package.nls.json Initial code port 2018-01-10 12:30:50 -08:00
tsconfig.json Initial code port 2018-01-10 12:30:50 -08:00
tslint.json Initial code port 2018-01-10 12:30:50 -08:00
yarn.lock SDK Validation 2019-10-31 14:12:07 -07:00

README.md

PostgreSQL extension for Azure Data Studio (preview)

Connect, query, and manage Postgres databases with Azure Data Studio, a modern data editor available for Linux, MacOS, and Windows. This (preview) extension enables you to interact with Postgres using Azure Data Studio features like:

  • Connect to Postgres anywhere
  • Searchable object explorer view for database objects
  • Query authoring and editing with Intellisense, syntax highlighting and code snippets
  • View query results and save to csv, JSON, xml, or Excel
  • Integrated terminal for Bash, PowerShell, and cmd.exe
  • Go to Definition and Peek Definition for examining the DDL of objects
  • Source control integration with Git
  • Customize dashboards and insight widgets using SQL
  • Server groups for organizing connections
  • Customizable keyboard shortcuts, multi-tab support, color theme options
  • Backup and Restore

See our quickstart for a step by step guide to getting started with PostgreSQL in Azure Data Studio.

Offline Installation

The extension will download and install a required PostgreSQL Tools Service 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. Each operating system has a .vsix file with the required service included. Pick the file for your OS, download and install to get started. We recommend you choose a full release and ignore any alpha or beta releases as these are our daily builds used in testing.

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.