build Bundle
Convenience function for bundle build
creates or opens an SQLite database
calls builder
closes and unregisters the database
reads the database file into a byte array
returns with that byte array
Parameters
path
The file path to the bundle file.
append
When true, an existing file may be opened and updated.
deleteAfter
When true, the SQLite DB file is deleted.