A Huey Storage implementation for SQLAlchemy.
An SQL implementation already exists for Peewee, but this one might be useful if a project is already using SQLAlchemy.
from huey_sqlalchemy import SQLAlchemyHuey
huey = SQLAlchemyHuey(engine="postgresql://localhost")