Project

General

Profile

Actions

Feature #816

closed

Create temporary databases in memory

Added by Soren Stoutner about 2 years ago. Updated 9 months 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

Actions #1

Updated by Soren Stoutner about 2 years ago

  • Description updated (diff)
Actions #2

Updated by Soren Stoutner 9 months 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

Also available in: Atom PDF