I'm using an external MySQL server in my current project. One of the core features is the icons table:
icons (iconID, iconFile)
where iconFile is a longblob.
I have no idea how to store an icon to the iconFile column using Dantom.DB. The documentation is rather sparse and none of the examples I have found help with this particular issue.
Any help is greatly appreciated! :)