"Cheers" query builder
hexus opened this issue · 2 comments
hexus commented
Something like
$storage->query('users')->where([
'firstname' => 'Chris'
])->cheers();
Or
$storage->query('users')->update([
'firstname' => 'Chris',
'surname' => 'Andrew'
])->where([
'id' => 1
])->cheers();
hexus commented
hexus commented
Query building through active record models is now a thing!