Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ahsan's avatar
Level 46

Why not laravel support officially Graph DB?

Graph DB is awesome like OrientDB, Neo4j

but laravel not supporting out of the box officially graph databases.

mysql is not good for big data.

0 likes
2 replies
Thyrosis's avatar

I did a little digging into Graph databases (always interested to learn new things) and found this on Wikipedia: https://en.wikipedia.org/wiki/Graph_database

As of 2017, no single graph query language has been universally adopted in the same way as SQL was for relational databases, and there are a wide variety of systems, most often tightly tied to one product.

I don't know how popular Graph databases really are, but this might well be the reason why Graph DBs hasn't been introduced within the Laravel Core. If there is no single language to talk, I can imagine it's very hard to develop support for it.

There's an interesting discussion over at Quora why Graph databases aren't more popular too: https://www.quora.com/Why-arent-graph-databases-more-popular

The bottom line seems to be a lack of adoption. Maybe you can persuade Taylor to integrate a default Graph driver in Laravel 5.7. To improve adoption rates ;-)

Please or to participate in this conversation.