All Posts Tagged with DATABASE

Cleaner Database Queries with Repositories

The traditional way to query something from the database is just to execute a bunch of SQL statements from the controller and get the results. Or maybe you use some package or a framework component to abstract the database ac...
Read more...