copyIntoMemory abstract method
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);
Opens a new in-memory database and copies another database into it https://www.sqlite.org/c3ref/backup_finish.html
Database copyIntoMemory(Database restoreFrom);