Add MongoDB support #488
josephmancuso
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Masonite ORM supports the top 4 most popular databases. To support the 5th most popular database, we will need to add support for MongoDB.
MongoDB is a NoSQL database which is different than the databases this package was built for but the components of this project have low coupling in a way where it should be able to support even a NoSQL database.
Resources
Beta Was this translation helpful? Give feedback.
All reactions