Search notes:

SQLite: database file

Locking states

A process that has opened an SQLite database file, experiences the file in one of the following five locking states:
unlocked
shared
reserved
pending
exclusive

Index