|
|
|
|
|
by WrtCdEvrydy
2157 days ago
|
|
It depends on whether your data is confidential as well... I have been known to send a full SQLite dump to a small app that needed a lot of local data. You can store it in localStorage and read it making your reload be a lot smaller. If it's not in localStorage, you can just request a fresh copy of SQLite from us. |
|