-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP bindings #1844
Comments
Thanks @vanillajonathan . If you want to take a swing at creating these and adding them to the repo, with tests, that would be very valuable. The issues are still helpful on the margin though. |
I got it to work, it uses the I've seen some bindings offer the int to_sql(char *prql_query, char *sql_query);
int to_json(char *prql_query, char *json_query); By the way, the This PHP script contains a |
I think this is because the It was originally written as a quick piece of code. |
I would like to merge this, I created pull request #1860. |
PRQL should have bindings for PHP. PHP have a FFI, which of particular interest is the
FFI::cdef
function.The text was updated successfully, but these errors were encountered: