Replies: 1 comment
-
|
The SQLite database is created by the app on install and is meant for that user on that machine. If you want your app to have a shared, centralised data source, you should use an API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What should I do? The document seems to say that a program can only use the SQLite that comes with it, and each program comes with a different SQLite database included.
Beta Was this translation helpful? Give feedback.
All reactions