Create makes a brand new SQLite3-based metadata storage database at the given path or fails if something exists at that path already.
Open returns a storage object backed by an existing SQLite3-based metadata storage database at the given path or fails if the DB is not found.