blastrain / rapidash

Go package for database record or other data caching
MIT License
80 stars 9 forks source link

Add locking read option to query builder #22

Closed goccy closed 4 years ago

goccy commented 4 years ago

If you want to use FOR UPDATE in a SELECT query,
it can be worked with the (*QueryBuilder) .ForUpdate() API.

kanataxa commented 4 years ago

LGTM 👍