AnalystSQLTool READMEAs analysts, we often only have read access to most databases. However, the requests we received are too often so complicated that version control and cross reference are so important for better efficiency. That's why we start to pick up code editors like vscode. Bad news is that most SQL tools here are for developers, requiring full access and all details of the database connection. But analysts also need autocompletions! That's why I develop this plugin. Video introduction: https://youtu.be/eZAF6pFnuYY FeaturesPrepare a version of offline schema json file and you will have the autocompletion when you are writing SQL queries in VScode.
RequirementsThe name of your schema file doesn't matter. But keep in mind that it MUST BE a json file following the below format.
Extension SettingsDesignate your schema file by either using "Analyst SQL Tool: Set Schema Path" in the command palette or change "analystsqltool.schemaPath" in settings.json. FeedbackIf you have any feedback about your experience, any advice on the roadmap or encounter any issue, join Discord: https://discord.gg/tsR2cEgJNv Roadmap
Release Notes0.2.0 -- MVP Version2024-11-05 Fixed bugs and refactor the entire codebase, finally finish the MVP version of this extension 0.1.0 -- At Least There Is An Extension2024-08-25 Release the first version. |