SQLite Forum

SQLITE_MAX_ATTACHED;
Login
Say:

      sqlite> pragma compile_options;
      ...
      MAX_ATTACHED=20
      ...

Beware that this pragma only prints build-time overrides, so if you left the value at its default, you won't get a line for it at all.