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
Actions