test on prod. break nothing.
mori is an ephemeral proxy to your production database. writes are sandboxed locally. reads get live data from prod, resolved with all your local changes in-flight.
curl -fsSL https://moridb.sh/install.sh | sh
>moriinit--db
--provider
--provider
>moriinit
--db

--provider

getting started
STEP 1
Connect to prod.
point mori at your production db. it authenticates with your existing provider credentials — no extra IAM headache.
STEP 2
Run all your queries.
mori creates a lightweight sandbox to track drifts. data changes stay local, and reads feel like you're testing in prod.
STEP 3
Test, then tear it down.
run queries, apply migrations, modify data, and break things. when you're done, just reset or kill the instance.
features

