Replies: 1 comment 1 reply
-
Hi. mongoDb is supported via jenssegers/mongodb. Maybe that will help. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Proposal: NoSQL Database Support in Eloquent ORM
Overview
While Laravel's Eloquent ORM provides a robust solution for working with relational databases, there's a noticeable gap when it comes to NoSQL database support. This proposal suggests integrating NoSQL database support into Laravel's Eloquent ORM to provide developers with a seamless experience when working with databases like MongoDB or Cassandra.
Features to Consider
Dynamic Schema Support:
Scalability Enhancements:
Hybrid Database Models:
Comparison with Other Frameworks
Frameworks like Django have packages extending their ORM capabilities to work seamlessly with NoSQL databases, positioning Laravel to catch up with this trend.
Potential Benefits
Discussion Points
Next Steps
Let's discuss the potential of bringing NoSQL database support to Laravel's Eloquent ORM and empower developers with more choices in database technologies. Your insights and ideas are more welcome
Beta Was this translation helpful? Give feedback.
All reactions