Binary Large Objects (BLOB)

OS.bee provides support for Binary Large Objects (BLOB): binary data collection stored as a single entity in a database management system.

Binary Large Objects

Data instead of files

Store and retrieve images, pdfs, audio or other multimedia objects and MIME types.

Resize automation

Automatically get images in normalized sizes.

Performance

User-definable image resolutions are used when storing images to the database. Images are automatically converted when storing and retrieved without resizing to target size. Originals and their resized clones are always accessible in a performant way.

Editing

Integrate the editing of binary large objects in your application.

Designtime

Platform independency

Images are generally stored as Base64 representations thus eliminating platform specific data content.

Reduce backup effort

Backup the database instead of hundreds of files.