Hacker News new | ask | show | jobs
by andrewstuart 994 days ago
SKIP LOCKED guarantees that a row can only be read once. This is critical for queueing systems.

SQLite does not support SKIP LOCKED.