-- Verify example:todo on sqlite

BEGIN;

-- XXX Add verifications here.

select * from todo limit 1;

ROLLBACK;