diff --git a/website/src/content/posts/2026-02-25-sqlite-for-rivet-actors/page.mdx b/website/src/content/posts/2026-02-25-sqlite-for-rivet-actors/page.mdx index f62cb12498..3b6c9d4d3f 100644 --- a/website/src/content/posts/2026-02-25-sqlite-for-rivet-actors/page.mdx +++ b/website/src/content/posts/2026-02-25-sqlite-for-rivet-actors/page.mdx @@ -355,7 +355,9 @@ function TodoApp() { ## Built-in Database Explorer -TODO +Browse and query your actor databases directly from the Rivet Hub. Select any actor instance to view its tables, run queries, and inspect data in realtime. + +![SQLite Inspector](./sqliteinspector.png) ## Massive Multi-Tenancy diff --git a/website/src/content/posts/2026-02-25-sqlite-for-rivet-actors/sqliteinspector.png b/website/src/content/posts/2026-02-25-sqlite-for-rivet-actors/sqliteinspector.png new file mode 100644 index 0000000000..bde9e3adcd Binary files /dev/null and b/website/src/content/posts/2026-02-25-sqlite-for-rivet-actors/sqliteinspector.png differ