V3: fluent interface #7
LaravelFreelancerNL
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The client could use a fluent interface to improve the DX.
For example:
Could become:
$statement = $client->prepare(...)->execute();
The same might be handy for schema functions
Beta Was this translation helpful? Give feedback.
All reactions