-
Notifications
You must be signed in to change notification settings - Fork 0
SQL Editor
dlagoCalimaco edited this page Jul 20, 2026
·
8 revisions
LakeDB uses Monaco Editor and supports multiple independent SQL tabs per connection.
- Run selected text, the statement under the cursor, or the entire script.
- Cancel an active server query with
KILL QUERY. - Multi-statement scripts are split and run sequentially without enabling the driver's unsafe
multipleStatementsoption.
Every result set gets its own tab. Copy cells or rows, generate INSERT/UPDATE snippets, and export CSV, JSON or Excel-compatible .xls. Large results are limited and kept temporarily in memory rather than persisted in the session.
Open, save and save-as .sql files. LakeDB restores unsaved documents, cursor position and scroll state. Production connections are restored disconnected. History stores result, duration and row count according to your retention preferences; potentially sensitive statements can be excluded. Favorites support names, descriptions, connections, databases and tags.
- Connections, SSL and SSH
- SQL Editor
- Tables and Safe Editing
- Backup, Import and Migrations
- Appearance, Language and Sessions
- Updates, Recovery and Restores
- Community, Ideas and Requests
- Security and Privacy
- Privacy
- Security Policy
- Support Policy
- Compatibility
- Troubleshooting
- Frequently Asked Questions
- Roadmap to 1.0
- Version History