{"id":23289388,"url":"https://github.com/arksouthern/data-cynical","last_synced_at":"2025-04-06T17:16:58.782Z","repository":{"id":247845848,"uuid":"798064010","full_name":"arksouthern/data-cynical","owner":"arksouthern","description":"The interactive SQL editor inspired by my all-time favorite, SSMS.","archived":false,"fork":false,"pushed_at":"2024-10-29T18:06:26.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T23:17:47.810Z","etag":null,"topics":["cte","postgres","sql","sql-editor","sqlite"],"latest_commit_sha":null,"homepage":"http://arksouthern.com/app/data-cynical/","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/arksouthern.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-05-09T02:52:50.000Z","updated_at":"2024-11-17T17:32:34.000Z","dependencies_parsed_at":"2024-12-20T04:15:34.856Z","dependency_job_id":"ffda7cf7-3614-4b64-a2d2-391025860f6f","html_url":"https://github.com/arksouthern/data-cynical","commit_stats":null,"previous_names":["arksouthern/data-cynical"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arksouthern%2Fdata-cynical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arksouthern%2Fdata-cynical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arksouthern%2Fdata-cynical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arksouthern%2Fdata-cynical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arksouthern","download_url":"https://codeload.github.com/arksouthern/data-cynical/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247517917,"owners_count":20951719,"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":["cte","postgres","sql","sql-editor","sqlite"],"created_at":"2024-12-20T04:15:19.180Z","updated_at":"2025-04-06T17:16:58.754Z","avatar_url":"https://github.com/arksouthern.png","language":"TypeScript","readme":"# Data Cynical\n| App | Features |\n| --- | -------- |\n| ![image](https://i.imgur.com/wIP817g.jpeg) | \u0026bull; Supporting SQLite, PostgreSQL, MySQL, SQL Server. \u003cbr\u003e\u003cbr\u003e \u0026bull; Rich: Graphing, CSV, automatic column prefixing. \u003cbr\u003e\u003cbr\u003e \u0026bull; Define SQL macros, aliases, functions. \u003cbr\u003e\u003cbr\u003e \u0026bull; The first CTE-oriented SQL editor. |\n| | \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; |\n  \n\n\u003cdiv align=center\u003e\n  \u003chr /\u003e\u003cbr /\u003e\n  \u003ch3\u003eData Cynical\u003c/h3\u003e\n  \u003cimg height=256 src=\"https://i.imgur.com/6MKsCMJ.jpeg\" /\u003e\n\u003c/div\u003e  \n  \n## Get Started\n### Option 1. Git Clone \u0026amp; Run\n1. Clone the repo.\n2. Make sure Node JS is installed.\n3. Open a command prompt to the folder, then run:\n```sh\nnpm install\n```\n4. Click [Data Cynical](http://arksouthern.com/app/data-cynical)\n5. In the app, click \"Launch\"\n### Option 2. Download This Repo\n1. Download \u0026amp; extract the repo.\n2. Make sure Node JS is installed.\n3. Open a command prompt to the folder, then run:\n```sh\nnpm install\n```\n4. Click [Data Cynical](http://arksouthern.com/app/data-cynical)\n5. In the app, click \"Launch\"\n### Option 3. Download Executable (2023 Instructions)\n1. Visit releases at `https://github.com/arksouthern/data-cynical/releases/latest`.\n2. See if your platform is supported.\n3. Download, then run the application.\n## Feature Overview \n\u003cimg src=\"https://i.imgur.com/Dwkv9W7.jpeg\" /\u003e\n\n  \n## APIs\n```ts\ndbConnect = (connectionInfo: string) =\u003e null\ndbIsConnected = () =\u003e DbConnection | false\ndbDisconnect = () =\u003e null\n\ndbQuery = (sqlQuery: string) =\u003e Table\n\ndbDownload = (sqlQuery: string) =\u003e Csv\n\napiHealthCheckConnect = () =\u003e AppVersion\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farksouthern%2Fdata-cynical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farksouthern%2Fdata-cynical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farksouthern%2Fdata-cynical/lists"}