{"id":14070539,"url":"https://github.com/ernstc/SqlDataInspector","last_synced_at":"2025-07-30T08:30:53.248Z","repository":{"id":39918788,"uuid":"353168675","full_name":"ernstc/SqlDataInspector","owner":"ernstc","description":"This is an Azure Data Studio extension that let you inspect the data in your database with just few clicks.","archived":false,"fork":false,"pushed_at":"2024-07-08T11:17:24.000Z","size":4655,"stargazers_count":46,"open_issues_count":7,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-07-08T14:08:02.279Z","etag":null,"topics":["azure-data-studio","extension","sql","sqlserver","typescript","vsix"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ernstc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-30T23:33:07.000Z","updated_at":"2024-05-26T13:23:03.000Z","dependencies_parsed_at":"2022-09-21T05:05:55.511Z","dependency_job_id":"7328835c-61f6-42fa-9344-dd5f0817a1d1","html_url":"https://github.com/ernstc/SqlDataInspector","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernstc%2FSqlDataInspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernstc%2FSqlDataInspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernstc%2FSqlDataInspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernstc%2FSqlDataInspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernstc","download_url":"https://codeload.github.com/ernstc/SqlDataInspector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215155197,"owners_count":15836926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-data-studio","extension","sql","sqlserver","typescript","vsix"],"created_at":"2024-08-13T07:07:50.835Z","updated_at":"2024-12-04T12:31:33.419Z","avatar_url":"https://github.com/ernstc.png","language":"TypeScript","readme":"# SQL Data Inspector\r\n\r\n![GitHub All Releases](https://img.shields.io/github/downloads/ernstc/SqlDataInspector/total)\r\n\r\nThis extension makes it easy to inspect data with just a few clicks.\r\n\r\nPlease leave a ⭐ as motivation if this tool is helpful for you!\r\n\r\n![Example of dashboard](https://raw.githubusercontent.com/ernstc/SqlDataInspector/main/images/screen-071.png)\r\n\r\n## Features\r\n\r\n* Start inspecting data from the server explorer or from the query editor.\r\n* Shows the list of tables and views of the database.\r\n* Shows the list of columns of the selected table or view.\r\n* Shows all the distinct values of the selected column and their counts.\r\n* Shows the rows of the selected table or view.\r\n* You can filter objects by name and schema.\r\n* You can edit the WHERE clause that will be applied to each query that retrieves data.\r\n* By double clicking on a distinct value, a filter on that value is automatically added in the \"Filters\" section.\r\n* By double clicking on a row in the table snapshot, a dialog is shown with all the record details.\r\n* Live monitoring mode for periodically refreshing the views.\r\n* Each selectable element can be copied with CTRL+C.\r\n* All distinct values and counts for a column, can be copied in the clipboard. You can then paste the values in Excel for further analysis, for instance.\r\n* Support for **Microsoft SQL Server**.\r\n* Support for **MySQL** by installing the extension `Microsoft.azuredatastudio-mysql`.\r\n* Support for **PostgresSQL** by installing the extension `Microsoft.azuredatastudio-postgresql`.\r\n\r\n### Inspecting data from the server explorer\r\n\r\n1) Navigate in the server explorer to the database node you want to inspect.\r\n2) Right-click on the database node.\r\n3) Click on the menu item \"Inspect data\".\r\n\r\n![Example of dashboard](https://raw.githubusercontent.com/ernstc/SqlDataInspector/main/images/screen-074.png)\r\n\r\n### Inspecting data from the query editor\r\n\r\n1) Select the text that corresponds to the table name or the full qualified table name.\r\n2) Right-click on the selected text.\r\n3) Click on the menu item \"Inspect data\".\r\n4) The inspector will be opened and it will show immediately tha data of the selected table.\r\n\r\n![Example of dashboard](https://raw.githubusercontent.com/ernstc/SqlDataInspector/main/images/screen-073.png)\r\n\r\n### Extension settings\r\n\r\nThis extension has the some custom settings that let the user to customize the extension behaviour:\r\n\r\n* Order columns alphabetically in the columns and the data inspector views.\r\n* Shows primary key columns first in the columns and the data inspector views.\r\n* Default refresh interval in seconds for the live monitoring view.\r\n* The number of rows to show in the data inspector view.\r\n* Show tables in the objects list.\r\n* Show views in the objects list.\r\n\r\n\r\n\r\n## Installation\r\n\r\nThe current release will be available through the Extensions Marketplace in Azure Data Studio.\r\n\r\nCurrent and Pre-releases will be available from the [Releases](https://github.com/ernstc/SqlDataInspector/releases) tab of the projects repository.\r\nSimply download the VSIX of the release you want, and use the ***Install Extension from VSIX Package*** option in Azure Data Studio.\r\n\r\n## Change Log\r\n\r\nSee the [Change Log](./CHANGELOG.md) for the full changes.\r\n\r\n## Bugs / New Features\r\n\r\nIf you find a bug or have an idea to improve this extension please create a new issue in this project.\r\n\r\n## Contributing\r\n\r\nYou are more than welcome to help contribute to this project if you wish, please create a new fork of the main branch,\r\nthen submit a pull request to the main branch after making your changes.\r\n\r\n## License\r\n\r\nThis project is released under the [MIT License](./LICENSE)\r\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernstc%2FSqlDataInspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernstc%2FSqlDataInspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernstc%2FSqlDataInspector/lists"}