mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
SQLAlchemy-ImageAttach is a SQLAlchemy extension for attaching images to entity objects. It provides the following features: - Storage backend interface - Maintaining multiple image sizes - Every image has its URL - SQLAlchemy transaction aware
7 lines
246 B
Text
7 lines
246 B
Text
SQLAlchemy-ImageAttach is a SQLAlchemy extension for attaching images to entity
|
|
objects. It provides the following features:
|
|
|
|
- Storage backend interface
|
|
- Maintaining multiple image sizes
|
|
- Every image has its URL
|
|
- SQLAlchemy transaction aware
|