-
Notifications
You must be signed in to change notification settings - Fork 495
Description
Dear CloudBeaver Team,
I’m currently integrating CloudBeaver into an Angular application, using it primarily as a direct SQL editor. The goal is to provide users with a seamless experience where they can interact with the SQL editor without needing to manage connections or navigate through the default interface.
Current Use Case:
- CloudBeaver is embedded in an Angular app.
- Users access the SQL editor directly, bypassing connection setup.
Feature Request:
I would like to enable a smoother integration by establishing a session and redirecting users directly to the full-screen SQL editor (/#/sql-editor) via a single endpoint—similar to the behavior triggered by the “Open in Tab” action. Ideally, this endpoint would:
- Automatically create a session.
- Redirect directly to the SQL editor view
- Bypass the default main view (which includes the sidebar with connections).
The endpoint would behave similarly to the existing /open one already offered. But instead of redirecting to the root URI, it would get the sessionId and redirectly automatically to the full screen editor
This would significantly improve the user experience and streamline the integration. I’m open to contributing development effort to implement this feature if it’s feasible within the current architecture.
Please let me know if this is something that can be considered or if there are any technical constraints I should be aware of.
Best regards,
Mohamad