MoxDB β€” a database whose rows are actors

Every row is its own canister: data plus code, registering itself with the indexes. Running entirely in this browser tab on the moxzi runtime β€” no server, no network. The πŸ”Ž badge in the corner is the devtools: it lists every actor here, including the ones the table spawned, and lets you call them directly.

setup
rows (each INSERT spawns a canister)
queries (served by the indexes the rows registered with)
the party trick: ALTER TABLE upgrades every row canister
self-healing
press "Start the database" β€” the runtime boots in this tab