Build-in builder pattern with Slonik #546
Closed
issamwahbi
started this conversation in
Ideas
Replies: 1 comment
-
Thank you. It is not something I would build into Slonik (because the optimal API would be highly subjective), but something that can easily be built around Slonik as a community package. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
To start thank you a lot @gajus for this great library.
I was wondering if the library can support out of the box builder pattern to construct SQL queries. For some simple queries sometimes we don't need to have access to the raw sql.
I think that having a builder pattern bake in will make the adoption of this library more easy and incremental. Any thourght on that ?
Beta Was this translation helpful? Give feedback.
All reactions