copyIntoMemory abstract method

Database copyIntoMemory(
  1. Database restoreFrom
)

Opens a new in-memory database and copies another database into it https://www.sqlite.org/c3ref/backup_finish.html

Implementation

Database copyIntoMemory(Database restoreFrom);