lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Move Phpmig away from depending on PgsqlAdapter #208

Closed lightster closed 8 years ago

lightster commented 8 years ago

Phpmig still depends on PgsqlAdapter to get the newer DB adapter factory, but this will make it easier to swap out the PgsqlAdapter for the new DB adapter factory across the entire codebase.