You can also check out this library: https://github.com/outerbase/browsable-durable-object?tab=readm
You can also check out this library: https://github.com/outerbase/browsable-durable-object?tab=readme-ov-file#studio-ui-support
Allows you to import it and add a
Allows you to import it and add a
@Browsable() class decorator above your Durable Object class definition. Then in your Worker intercept some custom path (like I did for /studio in the link above) and this will allow you to have access to your DO SQLite with a visual interface wherever your DO lives.


