dahlia / sqlalchemy-imageattach

SQLAlchemy extension for attaching images to entities.
https://sqlalchemy-imageattach.readthedocs.io/
MIT License
116 stars 25 forks source link

Storage migration #8

Closed dahlia closed 11 years ago

dahlia commented 11 years ago

Migration from a storage to another storage should be possible.

from sqlalchemy_imageattach.migration import migrate
migrate(engine, base, src, dst)