Actions
Feature #816
closedCreate temporary databases in memory
Start date:
03/16/2022
Due date:
% Done:
0%
Estimated time:
Description
Currently, during encrypted imports and exports temporary databases on created on the disk.
Databases can be created in memory using the `":memory:"` syntax.
https://developer.android.com/reference/android/database/sqlite/package-summary
Updated by Soren Stoutner over 1 year ago
- Status changed from New to Closed
It turns out this doesn't work because the databases need to be accessed as input streams and output streams and there is no way to do that with a memory backed database.
Actions