Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在重构 .NET 中的 Sqlite Helper 类,以便它支持附加数据库,并且想知道可以将多少个数据库附加到连接?
在http://sqlite.org它说限制是 SQLITE_LIMIT_ATTACHED 但我找不到它的默认值。
根据SQLite 的限制,默认数量为10。