Actions
Feature #816
openCreate 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 15 days ago
Another example of the syntax: https://developer.android.com/reference/android/database/sqlite/package-summary.
Actions