{"id":28456223,"url":"https://github.com/beekeeper-studio/plugin","last_synced_at":"2025-06-27T02:31:23.813Z","repository":{"id":296987967,"uuid":"995239433","full_name":"beekeeper-studio/plugin","owner":"beekeeper-studio","description":"A simple TypeScript wrapper to send messages from your Beekeeper Studio plugin to the main app.","archived":false,"fork":false,"pushed_at":"2025-06-19T05:59:31.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T10:57:07.030Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@beekeeperstudio/plugin","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/beekeeper-studio.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,"zenodo":null}},"created_at":"2025-06-03T07:17:21.000Z","updated_at":"2025-06-26T07:35:12.000Z","dependencies_parsed_at":"2025-06-03T19:34:43.137Z","dependency_job_id":"14f8a168-9088-4960-b7da-0f7c9fcd027d","html_url":"https://github.com/beekeeper-studio/plugin","commit_stats":null,"previous_names":["beekeeper-studio/plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beekeeper-studio/plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fplugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fplugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fplugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fplugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beekeeper-studio","download_url":"https://codeload.github.com/beekeeper-studio/plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekeeper-studio%2Fplugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262053339,"owners_count":23251206,"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":[],"created_at":"2025-06-06T22:43:41.789Z","updated_at":"2025-06-27T02:31:23.802Z","avatar_url":"https://github.com/beekeeper-studio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @beekeeperstudio/plugin\n\nA TypeScript wrapper library for building Beekeeper Studio plugins that enables communication between your plugin and the main application.\n\n## Installation\n\n```bash\nnpm install github:beekeeper-studio/plugin\n# or\nyarn add github:beekeeper-studio/plugin\n```\n\n## Quick Start\n\n```typescript\nimport { request, notify } from '@beekeeperstudio/plugin';\n\n// Get all tables in the current database\nconst tables = await request('getTables');\n\n// Run a SQL query\nconst result = await request('runQuery', { query: 'SELECT * FROM users LIMIT 10' });\n```\n\n## Development\n\n```bash\n# Build the library\nnpm run build\n\n# Prepare for publishing\nnpm run prepublishOnly\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekeeper-studio%2Fplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeekeeper-studio%2Fplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekeeper-studio%2Fplugin/lists"}