https://github.com/beekeeper-studio/bks-ai-shell
A Beekeeper Studio plugin for analyzing database and generate queries
https://github.com/beekeeper-studio/bks-ai-shell
ai beekeeper-studio beekeeper-studio-plugin chatbot database-analyzer
Last synced: 4 months ago
JSON representation
A Beekeeper Studio plugin for analyzing database and generate queries
- Host: GitHub
- URL: https://github.com/beekeeper-studio/bks-ai-shell
- Owner: beekeeper-studio
- License: gpl-3.0
- Created: 2025-05-07T05:37:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-15T09:00:17.000Z (6 months ago)
- Last Synced: 2025-12-18T07:45:20.769Z (6 months ago)
- Topics: ai, beekeeper-studio, beekeeper-studio-plugin, chatbot, database-analyzer
- Language: TypeScript
- Homepage:
- Size: 716 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Shell
Ask AI to analyze your database and generate SQL queries.

## Development
```bash
# Clone the repo
git clone git@github.com:beekeeper-studio/bks-ai-shell.git
# Go to the directory
cd bks-ai-shell
# Link the directory to Beekeeper Studio plugins
ln -s $(pwd) ~/.config/beekeeper-studio/plugins/bks-ai-shell
# On Windows, replace $(pwd) with %cd%
# Install dependencies
yarn install
# Start development
yarn dev
```
Finally, open Beekeeper Studio 5.3 or newer (or restart the app).
## Deployment
Build the project for production:
```
yarn build
```
## Security Note
This application uses the `anthropic-dangerous-direct-browser-access: true` header to enable browser usage of the Anthropic API. While convenient for this demo, be aware that this approach exposes your API key to potential security risks in a production environment.