SQLITE_READONLY constant

int const SQLITE_READONLY

Attempt to write a readonly database

Implementation

static const int SQLITE_READONLY = 8;