|
|
|
|
|
by magic_hamster
1439 days ago
|
|
If you have a database access layer then structuring your application shouldn't be that different. I wouldn't deal with the database directly unless I had a really good reason or the abstraction layer didn't support the query I was trying to run. |
|