Type safety in checkExpression in addCheckConstraint
Hi, is it possible somehow utilise kysely to create type-safe checkExpression and avoid writing stuff like this:
Dialect: psql
1 Reply
If only raw is available for the time being, how to add checkExpressionBuilder on my own? I am ready to try to write the builder by myself but need a hint how/where to start not to spent useless time on investigation.