Project

General

Profile

Actions

Feature #816

closed
SS SS

Create temporary databases in memory

Feature #816: Create temporary databases in memory

Added by Soren Stoutner over 4 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Next Release
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

SS Updated by Soren Stoutner over 4 years ago Actions #1

  • Description updated (diff)

SS Updated by Soren Stoutner about 3 years ago Actions #2

  • 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

Also available in: PDF Atom