{"id":22902815,"url":"https://github.com/quackscience/copilot-extension-duckdb","last_synced_at":"2025-04-15T06:05:57.575Z","repository":{"id":268021570,"uuid":"903046571","full_name":"quackscience/copilot-extension-duckdb","owner":"quackscience","description":"DuckDB Copilot Extension","archived":false,"fork":false,"pushed_at":"2025-04-14T00:40:39.000Z","size":942,"stargazers_count":6,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T06:05:51.960Z","etag":null,"topics":["assistant","copilot","copilot-extension","duckdb","duckdb-sql"],"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/quackscience.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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-12-13T20:17:52.000Z","updated_at":"2025-03-24T00:55:59.000Z","dependencies_parsed_at":"2024-12-13T21:34:50.129Z","dependency_job_id":null,"html_url":"https://github.com/quackscience/copilot-extension-duckdb","commit_stats":null,"previous_names":["lmangani/copilot-extension-duckdb"],"tags_count":3,"template":false,"template_full_name":"nickytonline/copilot-extension-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fcopilot-extension-duckdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fcopilot-extension-duckdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fcopilot-extension-duckdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fcopilot-extension-duckdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quackscience","download_url":"https://codeload.github.com/quackscience/copilot-extension-duckdb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016624,"owners_count":21198833,"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":["assistant","copilot","copilot-extension","duckdb","duckdb-sql"],"created_at":"2024-12-14T02:19:23.622Z","updated_at":"2025-04-15T06:05:57.570Z","avatar_url":"https://github.com/quackscience.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/user-attachments/assets/46a5c546-7e9b-42c7-87f4-bc8defe674e0\" width=250 /\u003e\n\n# DuckDB Copilot Extension\n\nExperimental extension to run DuckDB as a Copilot Extension helper\n\n![image](https://github.com/user-attachments/assets/16575c08-4325-4c17-b1a5-cef4de44abd0)\n\n\n## Installation\n\nRun the following commands to install and start the application locally\n\n```\nnpm install\nnpm run dev\nopen http://localhost:3000\n```\n\n\u003e Follow the `/docs` instructions to [register](https://github.com/quackscience/copilot-extension-duckdb/blob/main/docs/DEVELOPMENT_SETUP.md) your Copilot Extension\n\n## Examples\n### Basic Queries\n```sql\n@duckdb-copilot SELECT 1, 2, 3\n```\n\n### Table Persistence\n```sql\n@duckdb-copilot CREATE TABLE cities (\n    name VARCHAR,\n    country VARCHAR\n);\n```\n\n```sql\n@duckdb-copilot INSERT INTO cities\nVALUES ('San Francisco', 'US'), ('Amsterdam','NL'), ('Bologna','IT');\n```\n\n```sql\n@duckdb-copilot SELECT * FROM cities\n```\n\n### LLM SQL\n```\n@duckdb-copilot show all entries from cities\n```\n\n```\n@duckdb-copilot show the duckdb version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackscience%2Fcopilot-extension-duckdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackscience%2Fcopilot-extension-duckdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackscience%2Fcopilot-extension-duckdb/lists"}