mikechabot / AnotherGlass

Pour another glass...
0 stars 0 forks source link

Refactor Model database access to use Active Record or DAO design pattern #7

Closed will-clark closed 10 years ago

will-clark commented 10 years ago

activejdbc is a nice project that seems to make interacting with Models and doing CRUD operations simple as pie. However, I could just as easily be convinced with rolling our own and using the DAO pattern.