{"id":20743866,"url":"https://github.com/reiniiriarios/squirrel-table","last_synced_at":"2026-04-15T14:03:04.642Z","repository":{"id":111408403,"uuid":"347548031","full_name":"reiniiriarios/squirrel-table","owner":"reiniiriarios","description":"Desktop application to run MySQL queries over SSH and generate CSV and XLSX files. Useful for QA where queries need to be run repeatedly and files handed off.","archived":false,"fork":false,"pushed_at":"2021-04-16T19:25:55.000Z","size":85752,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:41:02.811Z","etag":null,"topics":["csv","csv-files","data-analysis","desktop-application","electron","excel","mariadb","mysql","nodejs","qa","quality-assurance","quality-control","quality-control-assurance","sql","xlsx"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reiniiriarios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["reiniiriarios"],"ko_fi":"reinii"}},"created_at":"2021-03-14T05:00:08.000Z","updated_at":"2022-12-08T22:01:13.000Z","dependencies_parsed_at":"2023-05-18T21:30:38.199Z","dependency_job_id":null,"html_url":"https://github.com/reiniiriarios/squirrel-table","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/reiniiriarios/squirrel-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiniiriarios%2Fsquirrel-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiniiriarios%2Fsquirrel-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiniiriarios%2Fsquirrel-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiniiriarios%2Fsquirrel-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reiniiriarios","download_url":"https://codeload.github.com/reiniiriarios/squirrel-table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiniiriarios%2Fsquirrel-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31844329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["csv","csv-files","data-analysis","desktop-application","electron","excel","mariadb","mysql","nodejs","qa","quality-assurance","quality-control","quality-control-assurance","sql","xlsx"],"created_at":"2024-11-17T07:13:20.730Z","updated_at":"2026-04-15T14:03:04.624Z","avatar_url":"https://github.com/reiniiriarios.png","language":"JavaScript","funding_links":["https://github.com/sponsors/reiniiriarios","https://ko-fi.com/reinii"],"categories":[],"sub_categories":[],"readme":"# SquirrelTable\n\nSquirrelTable is a desktop application that can run MySQL queries over SSH and generate CSV and XLSX files. Useful for QA where queries need to be run repeatedly and files handed off. Typical usage within a team might be to have a directory of SQL files syncing over cloud storage that one person can update and other people can simply open SquirrelTable and run as they need.\n\n![](https://raw.githubusercontent.com/reiniiriarios/squirrel-table/master/screenshots/query.png)\n\n## Latest Release\n\n* [Windows x64 Installer](https://github.com/reiniiriarios/squirrel-table/releases/download/v0.6.3/SquirrelTableSetup.exe)\n* [Windows x64 Portable](https://github.com/reiniiriarios/squirrel-table/releases/download/v0.6.3/SquirrelTable-win32-x64-0.6.3.zip)\n\n## Getting Started\n\nAfter installing, select a directory of SQL files and configure your database connection and SSH settings if connecting through a tunnel.\n\nAny commented lines in SQL files will appear at the bottom of the screen under Comments rather than in-line.\n\nAfter running a query, results will be displayed. You can then save the results as a CSV or XLSX.\n\n![](https://raw.githubusercontent.com/reiniiriarios/squirrel-table/master/screenshots/results.png)\n\n### Importing and Exporting Settings\n\nIf you want to copy your settings to another device or want to quickly set up other users, you can export your settings as a `.json` file. Your login information and SSH key will be encrypted. Upon importing, the SSH key is decrypted and stored alongside the imported preferences file. If you change the key file after importing, the imported key will be deleted.\n\n## Why SquirrelTable?\n\nFinding myself writing query after query for data analysis and QA, I was using HeidiSQL, but wanted a simpler solution for myself and needed a simpler solution to distribute to other employees. My primary use for the app is in an ecommerce environment, but the app could be useful wherever there's a regular and evolving need for data analysis and/or QA.\n\n### Specific Use Cases\n\n* Generating statistics on how often different shipping methods are used.\n* Finding user errors that aren't caught, such as setting incorrect product visibility settings. Not specifically an error, but incorrect nonetheless.\n* Finding users who have tried to add a third party connection, such as a shipping integration, but never finished setting it up (maybe they used the wrong account ID).\n* Pulling a list of users who have been inactive but have added products. Or who haven't.\n* Finding out how long, on average, it takes between users signing up for an account and adding their first product, then their third, split by user demographics.\n\n## Why \"SquirrelTable?\"\nSQL...SQuirreL :3\n\n## To Do\n\n* Auto-refresh when files in directory change\n* Ctrl+F Find in results\n\n## Running \u0026 Making from Source\n\nSquirrelTable is built on [Node.js](https://nodejs.org/) with [Electron](https://www.electronjs.org/) using [Electron Forge](https://www.electronforge.io/).\n\nAfter installing Node.js, if not already installed:\n\n`git clone https://github.com/reiniiriarios/squirrel-table.git`\n\n`cd squirrel-table`\n\n`npm install`\n\n`npm run scss`\n\nSee `forge.config.js` for settings. You'll need to edit as needed.\n\n### To Run\n\n`npm start`\n\n### To Make\n\n`npm run make`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiniiriarios%2Fsquirrel-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freiniiriarios%2Fsquirrel-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiniiriarios%2Fsquirrel-table/lists"}