Project

General

Profile

Feature #816

Updated by Soren Stoutner about 2 years ago

Currently, during encrypted imports and exports temporary databases on created on the disk. 

 Databases can be created in memory using the `":memory:"` `:memory` syntax. 

 https://developer.android.com/reference/android/database/sqlite/package-summary

Back