SQLite.swift version: 0.15.3
XCode: 15.4
Swift Package manager
This might sound odd.. but I can't find a solution how to export an existing database from one phone to another, like backup & restore...
The user can make daily backups of the database (sqlite file pushed to Firebase Storage or share to another iPhone using AirDrop), and restore any backups on a given type (download the file from Firebase Store and use it) but I'm facing some issues on how to do it...