Closed wpillar closed 9 years ago
Need to ask you what a Capsule
is, but functional code looks good :+1:
Capsule
is just Eloquent's name for a thing that holds connections. I don't really know why it's called that lol.
Happy for me to merge then?
Go for it!
On 20 May 2015 at 12:52, Will Pillar notifications@github.com wrote:
Happy for me to merge then?
— Reply to this email directly or view it on GitHub https://github.com/graze/dal/pull/22#issuecomment-103856669.
John Smith
Operations Developer
email john@graze.com
phone +44 20 3597 8344
graze
This adds
fetch()
andfetchOne()
methods toAdapterInterface
so we can expose the ability to directly query the DB to repositories.(Also contains some opportunistic tidying)
Fixes #21.
Test Code
Output