class SQLite3::Database
def authorizer(&block)
is allowed to proceed. Returning 1 causes an authorization error to
to the database. If the block returns 0 (or +nil+), the statement
Installs (or removes) a block that will be invoked for every access
def authorizer(&block) self.authorizer = block end