PHP support #1637
eznix86
started this conversation in
Show and tell
PHP support
#1637
Replies: 2 comments
-
|
I do wonder if the SQLite C API we provide is sufficient to support PHP? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Maybe the way is to have a php extension or using FFI which supports PDO interface. Using FFI in prod is not common in php ecosystem but having an extension installed is pretty common. https://www.php.net/manual/en/class.pdo.php https://www.php.net/manual/en/book.ffi.php https://medium.com/@lfoster49203/creating-a-php-extension-with-c-526c336e6a79 |
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.
-
It would be nice to have a PHP support, because most PHP framework has SQLite as default, it could be nice to have limbo as replacement
Beta Was this translation helpful? Give feedback.
All reactions