All Questions
1 question
7
votes
2
answers
20k
views
SQLite database partitioning
I want to create sqlite partition structure,
I created 3 databases,
I attached those 3 databases to another database which will be parent with
ATTACH DATABASE '1.db' as 1
ATTACH DATABASE '2.db' as 2
...