BaserDB VS Code Extension
Operate BaserDB directly from the VS Code activity bar.
What It Includes
- A dedicated BaserDB icon in the activity bar
- A sidebar panel with
BaserDB and All groups tabs
- Sign-in flow backed by VS Code
SecretStorage
- Organization -> Project -> Group selection
- Governed connection generation with copy and disconnect actions
- Docs and health shortcuts without leaving the editor
Core Commands
BaserDB: Login
BaserDB: Show Connection URI
BaserDB: Copy Connection URI
BaserDB: Open Docs
BaserDB: Check Health
Recommended Settings
{
"baserdb.apiBaseUrl": "http://145.223.116.95/api",
"baserdb.docsUrl": "https://baserdb-docs.vercel.app/en"
}
Expected Flow
- Open the BaserDB activity bar icon.
- Sign in with your BaserDB operator account.
- Switch to
All groups.
- Pick organization, project, and group.
- Press
Connect to generate and reveal the governed URI.
- Copy the URI or disconnect when the workspace session is done.
| |