Partial update using makeRepository
hey! using this
I want to update one field, the
however using the repository from
for my use case do I need to execute a raw sql query as the repository wont let me update only one field?
Model I want to update one field, the
expiresAt and dont want to touch to the other property.however using the repository from
@effect/sqlfor my use case do I need to execute a raw sql query as the repository wont let me update only one field?
