Code Monkey home page Code Monkey logo

milkshake's Introduction

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.

milkshake's People

Contributors

linsaftw avatar sammwyy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

milkshake's Issues

Can't download JAR

Could not download milkshake-1.2.jar (com.sammwy:milkshake:1.2)
Could not get resource 'https://ci.2lstudios.dev/plugin/repository/everything/com/sammwy/milkshake/1.2/milkshake-1.2.jar'.
Could not GET 'https://ci.2lstudios.dev/plugin/repository/everything/com/sammwy/milkshake/1.2/milkshake-1.2.jar'. Received status code 522 from server:

Using Object (SubCategory)

Hi im having some issues on using sub categories inside milkshake the only way i found is by using doing a new hashmap inside, there are other's way i didn't notest, for more section?

  "test": {
    "hello": 1,
    "other": "don't know"
  },

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.