|
|
|
|
|
by samatman
1498 days ago
|
|
I wouldn't design that way. SQLite has a default limit of 10 attached databases and a hard limit of 125. Having several areas of concern managed by distinct databases, with some occasions which warrant joins across the domains, this is the more natural use pattern. ATTACH loses foreign key constraints and triggers, among other things. |
|