Skip to content

Is there anyway sync data between remote sqlite and local sqlite #319

Closed Answered by simonhamp
bilalswiftsolutions asked this question in Q&A
Discussion options

You must be logged in to vote

I've moved this to the Q&A discussion board, as it feels more appropriate here.

SQLite is just the default driver. You could build the PHP binaries yourself with support for the relevant database you want to use (if it's supported for static builds).

Please note though that shipping custom binaries isn't supported and something we're discouraging because of the risk it presents to end users.

For now, there are no plans to add other database drivers to the default NativePHP binaries, so your best option is to set up a centralised service - e.g. a Rest API - that your app can talk to.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by simonhamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #307 on May 31, 2024 16:50.