mailru / dbr

Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)
MIT License
178 stars 36 forks source link

select: add support for skip locked #38

Closed brunotm closed 3 years ago

brunotm commented 3 years ago

This change adds support for SKIP LOCKED.

Closes #30