Factory used by flows that need the library to create / load a DB on the caller's behalf (fromZip, fromDatabase). Not needed for attach().
attach()
Create an empty database (used by fromZip / fromZipData).
Open an existing database from a byte buffer (used by fromDatabase). File-backed drivers that cannot load bytes into a fresh DB may throw.
Factory used by flows that need the library to create / load a DB on the caller's behalf (fromZip, fromDatabase). Not needed for
attach().