php driver for edgedb? #3488
Replies: 3 comments 7 replies
-
There's no official PHP driver yet, but looks like someone had built some version of a binding. |
Beta Was this translation helpful? Give feedback.
-
Hi, I've created a naive unofficial PHP wrapper for EdgeDB using its HTTP protocol. Still in early stages but with the help of the community we can polish it. It is available here on GitHub : https://github.com/TeddyBear06/edgedb-php @juliandarley EdgeDB is far from existing RDBMS, if I'm not mistaken, I think that you'll need queries rewrite as the paradigm is totally different. |
Beta Was this translation helpful? Give feedback.
-
Hi 👋🏻 @TeddyBear06 It could be released, for now, it only supports HTTP / GraphQL (AFAIK, GraphQL is not supported anymore?) requests but it almost fully support the EdgeQL part (administration, data definition, query and so on). Here's the repository: https://github.com/Guikingone/EdgeDBPHP (branch |
Beta Was this translation helpful? Give feedback.
-
edgedb looks very interesting, however much of our previous work uses php and mysql. is there a php driver for edgedb or can it be used with the existing PDO postgres driver?
thx, julian
Beta Was this translation helpful? Give feedback.
All reactions