ship an oss add-on that:
- spins up a fresh test db (or schema) on first run.
- reuses it if current drizzle schema hash hasn’t changed.
- wraps every spec in a savepoint + rollback by default (== super fast).
- lets any spec flip to “real tx, then truncate” via a tiny ctx flag.