Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-31 | 2.2 kB | |
v0.10.2 source code.tar.gz | 2025-03-31 | 4.2 MB | |
v0.10.2 source code.zip | 2025-03-31 | 4.5 MB | |
Totals: 3 Items | 8.7 MB | 1 |
We are happy to release v0.10.2 with a lot of improvements
More Drivers
We have added several new drivers: - Cloudflare Durable Object - Cloudflare Worker Analytics Engine
Integrated AI
We've integrated AI into your query editor to help you write and improve queries. You can also choose from different AI models, all powered by Cloudflare Workers AI.
Design Dashboard
We now support custom dashboards, allowing you to add charts from multiple data sources.
Other Features
- Add create and edit table support by @sokphaladam in https://github.com/outerbase/studio/pull/366
- Allow user to export the whole table by @lurenjiamax in https://github.com/outerbase/studio/pull/415
Design Improvement
You may noticed there are several design improvement and changed. Thanks to @loganliffick and @Brayden
Outerbase Cloud
We've added Outerbase Cloud integration, enabling existing Outerbase Cloud customers to harness the power of our open-source studio.
Bugfixes:
- Fixed unable save edit column after discard change by @roth-dev
- Fixed fail to parse foreign key when there is default value in SQLite
- Fixed diagram does not follow color theme @JoschuaSchneider
- Fixed postgres auto completee using backtick instead of double quot
- Fixed studio complain about requires HTTPS when running on HTTP protocol
- Fixed ERD column overflow with long data type by @sokphaladam
We moved to Cloudflare Page
Our project now can also be deployed to Cloudflare page. Actually, our studio has moved from Vercel to Cloudflare page.
Update
- We upgrade to NextJS 15
- We upgrade to Tailwind 4
New Contributors
- @loganliffick made their first contribution in https://github.com/outerbase/studio/pull/328
- @JoschuaSchneider made their first contribution in https://github.com/outerbase/studio/pull/394
- @lurenjiamax made their first contribution in https://github.com/outerbase/studio/pull/415
Full Changelog: https://github.com/outerbase/studio/compare/v0.9.2...v0.10.2