Skip to content

This is an Azure Data Studio extension that let you inspect the data stored in tables and columns with just few clicks.

License

Notifications You must be signed in to change notification settings

jwk6/SqlDataInspector

 
 

Repository files navigation

GitHub All Releases

SQL Data Inspector

This extension makes it easy to inspect data with just a few clicks.

Example of dashboard

Features

  • Start inspecting data from the database context menu using the menu item "Inspect data".
  • Shows the list of tables of the database.
  • Shows the list of columns of the selected table.
  • Shows all the distinct values of the selected column.
  • Shows a snapshot of the first 10 rows of the selected tables.
  • You can edit the WHERE clause that will be applied to each query that retrieves data.
  • By double clicking on a distinct value, a filter on that value is automatically added in the "Filters" section.
  • By double clicking on a row in the table snapshot, it shows a dialog with a detailed record of the row.
  • Each selectable element can be copied with CTRL+C.

Installation

The current release will be available through the Extensions Marketplace in Azure Data Studio.

Current and Pre-releases will be available from the Releases tab of the projects repository. Simply download the VSIX of the release you want, and use the Install Extension from VSIX Package option in Azure Data Studio.

Change Log

See the Change Log for the full changes.

Bugs / New Features

If you find a bug or have an idea to improve this collection please create a new issue in this project.

Contributing

You are more than welcoem to help contribute to this project if you wish, please create a new fork of the dev branch, then submit a pull request to the dev branch after making your changes.

License

This project is released under the MIT License

Contributors

About

This is an Azure Data Studio extension that let you inspect the data stored in tables and columns with just few clicks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 34.2%
  • JavaScript 30.3%
  • CSS 14.1%
  • Less 12.8%
  • HTML 8.6%