Minor Changes
-
#12453
9764ea0Thanks @NuroDev! - Add initial data studio with D1 and Durable Objects supportAdds a data studio interface to the local explorer UI, allowing you to browse and interact with D1 databases and Durable Objects during local development. The studio provides table browsing, query execution, and data editing capabilities.
-
#12760
fa88fefThanks @NuroDev! - Add schema editor to data studioAdds a visual schema editor to the data studio that allows you to create new database tables and edit existing table schemas. The editor provides column management (add, edit, remove), constraint editing (primary keys, unique constraints), and generates the corresponding SQL statements for review before committing changes.
This is a WIP experimental feature.