Just another addition that I found myself using:
The expression builder as of now does support all of the comparison functions and operators I could imagine using, but it does not yet support the use of logical operators.
One very cool addition to this would be the ability of Kysely to tell me whether what I have on the left and the right side of the expression actually can hold boolean values.
As of now, I can add them using the sql template function, but it would be nice to have support for those in the library 🤩
Just another addition that I found myself using:
The expression builder as of now does support all of the comparison functions and operators I could imagine using, but it does not yet support the use of logical operators.
One very cool addition to this would be the ability of Kysely to tell me whether what I have on the left and the right side of the expression actually can hold boolean values.
As of now, I can add them using the
sqltemplate function, but it would be nice to have support for those in the library 🤩