I am refactoring my Sqlite Helper class in .NET, so that it supports attaching database and would like to know how many databases can be attached to the connection?
In http://sqlite.org it says the limit is SQLITE_LIMIT_ATTACHED but I could not find its default value.
According to the limits of SQLite, the default number is 10.