Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

V3: fluent interface #7

LaravelFreelancerNL started this conversation in Ideas
Discussion options

The client could use a fluent interface to improve the DX.

For example:

$statement = $client->prepare(...);
$statement->execute();

Could become:
$statement = $client->prepare(...)->execute();

The same might be handy for schema functions

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /