help wantedk min/hr
Description
By analogy with standard file open modes. Useful modes include
- read-only (get a database that exists, but don't save changes back)
- force the database being opened actually exists (crash if absent)
- force the database being opened is fresh (crash if exists)
- overwrite the database being opened with a fresh one (truncate on open if exists)