sammwyy / milkshake

MongoDB ORM/ODM for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Milkshake Logo

Milkshake

MongoDB ORM/ODM for Java.

What is Milkshake?

Several of our projects use databases to persist data over time. It is very common that we use several or it also depends on the comfort of the client and that is why using the direct drivers to connect to this is very tedious, especially when adapting the different types of databases to the application and that everything will work as it should.

That is why we have created MilkshakeODM which imposes a single way to manipulate the database which will be shared with any engine within the library's capabilities. It also helps to validate and secure data against duplication or define complex schemes on how it will be stored. This undoubtedly helps us a lot when it comes to development.

Helpful Resources

ToDo List

  • Entity validation (required, unique, trim, lower, upper, length, min, max)
  • Entity CRUD operations.
  • Repository CRUD operations.
  • Restart database connections.
  • Improve Nested objects in Entities.
  • Documentation.
  • Reuse connections.

About

MongoDB ORM/ODM for Java.


Languages

Language:Java 100.0%