Embed binary file?

Is it possible to embed a binary file such as a sqlite database in a document?

I am wondering if I could write an extension that access mysqlite in this mannor.

Maybe like executable

<manifest:file-entry manifest:media-type="application/vnd.sun.star.executable"
                    manifest:full-path="hello"/>

https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions#File_Format

1 Like