Maximum number of attached databases.
Maximum number of columns in a table, result set, or index.
Maximum number of terms in a compound SELECT statement.
Maximum depth of the parse tree on any expression.
Maximum number of arguments on a function.
Maximum length of any string or BLOB or table row, in bytes.
Maximum length of the pattern argument to the LIKE or GLOB operators.
Maximum length of an SQL statement, in bytes.
Maximum depth of recursion for triggers.
Maximum index number of any parameter in an SQL statement.
Maximum number of instructions in a virtual machine program.
Represents the configurable SQLite limits for a database connection. Each property corresponds to a SQLite limit constant.
See
https://sqlite.org/c3ref/limit.html