|
|
|
|
|
by duskwuff
387 days ago
|
|
One gotcha to be aware of is that SQLite blobs can't exceed 1* GB. Don't use SQLite archives for large monolithic data. *: A few bytes less, actually; the 1 GB limit is on the total size of a row, including its ID and any other columns you've included. |
|