We’ve introduced a new “SQL Editor” tab in the Tembo Cloud Dashboard UI, which lets you explore tables and edit + run queries directly from your browser! No need to open multiple tools when you want to make changes on the fly, or check that stuff’s behaving the way you expect it to.
There are some great features including:
- Table editor (edit, add, remove, filter)
- SQL runner (run any query you want from the browser)
- Switch between different schemas
- Advanced filtering, JSON support and formatting
You can find the SQL Editor tab in the sidebar after clicking on an instance:
Clicking on the “SQL Runner” button will allow you to write any arbitrary query and execute it against your database. Queries written in this view are automaticially persisted so you can leave and come back to the page without losing your work.
Powered by Drizzle Studio
Our SQL Editor is powered by Drizzle Studio and Tembo is proud to be sponsoring their amazing open-source Typescript ORM project:
We love to hear from you about functionality that will make your life easier. Please feel free to suggest and upvote features via our public roadmap.