Coder Social home page Coder Social logo

orman's Introduction

Description

ORMAN is an minimalistic and lightweight ORM framework for Java which can handle your common database usage without writing SQL and struggling with lots of jar dependencies.

It is written in pure java so that you can use ORMAN in your small database-consuming Java projects or Android apps very easily!

Documentation

Want to learn how to use ORMAN framework in a few minutes? Please read our Wiki.

Pros & Cons

ORMAN can...

  • Create tables from your Java classes (POJOs).
  • Create columns from fields of your Java classes.
  • Work with MySQL, SQLite, and even on Android with SQLite (cool!)
  • Allows you to create safe and easy SQL queries.
  • Manage OneToOne, OneToMany, ManyToMany etc. relationships between entities easily.
  • Let you code your database consumer program very quickly.

ORMAN is...

  • Open source (licensed under Apache License 2.0)
  • Lightweight and small (~170 kb) (alternatives like Hibernate are ~4 mb)
  • Easy to install
  • Easy to configure with annotations, no XML config files etc. needed
  • Easy to learn
  • SQL:1999 standards compliant.
  • Looking for contributors
    • a developing project and needs contribution in many levels such as documentation, testing, demo app development, feature development, architecture consultancy etc.

ORMAN ...

  • is NOT a solution that covers detailed database usage.
  • is NOT an enterprise or bug-free solution.
  • does NOT support changes in database schema. (create once, use always)
  • does NOT have a transaction manager.
  • may NOT have backwards compatibility with previous versions.

Dev Community

Feel free to write wikis (if you understand how framework works) or follow commit logs by subscribing to our commit-logs list at groups.google/orman-commits.

You can reach some framework statistics about framework here and our master branch nightly builds are here

Contributors

Bitdeli Badge

orman's People

Contributors

ahmetb avatar 0ffffffffh avatar berkerpeksag avatar bohlool avatar bitdeli-chef avatar

Watchers

James Cloos avatar 李富荣 avatar

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.