dahlia / sqlalchemy-imageattach

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

Instantiate a store object using URL string #5

Closed dahlia closed 11 years ago

dahlia commented 11 years ago

It’s a similar approach to SQLAlchemy’s database URL, and makes configuration easy.

dahlia commented 11 years ago

We’d better to simply use import strings with arbitrary Python expressions, although it’s less secure. Because the way is easier to implement (for me) and gives more flexibility. So I won’t implement this, and close this. See #11 instead.