-
Is it possible to configure a NativePhp app with a local DB other than sqlite? I mean, what if I want to build an ETL connector that uses eloquent. |
Beta Was this translation helpful? Give feedback.
Answered by
simonhamp
May 24, 2024
Replies: 1 comment 1 reply
-
@omaromp2 there are no plans to add other DB drivers to the out-of-the-box PHP binaries at this stage. You will need to build your own static PHP binary for the platforms you wish to support. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
omaromp2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@omaromp2 there are no plans to add other DB drivers to the out-of-the-box PHP binaries at this stage.
You will need to build your own static PHP binary for the platforms you wish to support.