Interactive Playground

Try StrataDB directly in your browser. No installation required.

This is a simulated Python REPL demonstrating the StrataDB API.

python — stratadb playgroundBranch: main
StrataDB Python REPL (simulated)
Type help() for available commands
>>>
0 keys in main

Try These Examples

db.kv_put("name", "Alice")
db.kv_get("name")
db.branch_create("experiment")
db.branch_use("experiment")
db.state_set("counter", 0)
db.event_append("action", {type": "click"})

Click to copy

Keyboard Shortcuts

Execute command Enter
Previous command
Next command

Available Primitives

KV Store Branches State Cell Events Vectors

Ready to use StrataDB in your project?