ergo / ziggurat_foundations

Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
BSD 3-Clause "New" or "Revised" License
71 stars 22 forks source link

alembic: Add the possibility to read sqlalchemy.url from the env #55

Closed jochumdev closed 6 years ago

jochumdev commented 6 years ago

This adds support for 12factor apps (runnig a app that requies ziggurat_foundations in Docker for example). For more see: What someone else did.

Signed-off-by: René Jochum rene@jochums.at

ergo commented 6 years ago

The PR looks good, can you add yourself to AUTHORS.rst file?

jochumdev commented 6 years ago

Done, thanks.