Access to a Sqlite dababase saved in a web from a desktop App

Is it possible ?
Thanks

  1. you either download it, use it, upload it (not intuitive at all and not an option I would choose)
  2. create a php (api - hint: search php sqlite crud) file to intermediate the communication between your desktop app and the SQLite database

usually sqlite is a file database you access via file system with a driver to create/read/update/delete data.
as gabriel mentioned indirect access is possible too.
copying the file is possible several ways.

CubeSQL can share it both to the Web app and the desktop app.

2 Likes