mango

mango is a dao framework.

Лицензия

Лицензия

Группа

Группа

cc.concurrent
Идентификатор

Идентификатор

mango
Последняя версия

Последняя версия

1.06
Дата

Дата

Тип

Тип

jar
Описание

Описание

mango
mango is a dao framework.
Ссылка на сайт

Ссылка на сайт

https://github.com/javacc/mango/
Система контроля версий

Система контроля версий

https://github.com/javacc/mango

Скачать mango

Имя Файла Размер
mango-1.06.pom
mango-1.06.jar 173 KB
mango-1.06-sources.jar 150 KB
mango-1.06-javadoc.jar 686 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/cc.concurrent/mango/ -->
<dependency>
    <groupId>cc.concurrent</groupId>
    <artifactId>mango</artifactId>
    <version>1.06</version>
</dependency>
// https://jarcasting.com/artifacts/cc.concurrent/mango/
implementation 'cc.concurrent:mango:1.06'
// https://jarcasting.com/artifacts/cc.concurrent/mango/
implementation ("cc.concurrent:mango:1.06")
'cc.concurrent:mango:jar:1.06'
<dependency org="cc.concurrent" name="mango" rev="1.06">
  <artifact name="mango" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.concurrent', module='mango', version='1.06')
)
libraryDependencies += "cc.concurrent" % "mango" % "1.06"
[cc.concurrent/mango "1.06"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context Необязательный jar 4.0.5.RELEASE
com.google.code.findbugs : jsr305 Необязательный jar 2.0.1
org.slf4j : slf4j-api Необязательный jar 1.7.5
ch.qos.logback : logback-classic Необязательный jar 1.0.13
commons-logging : commons-logging Необязательный jar 1.1.3
log4j : log4j Необязательный jar 1.2.17

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
org.hsqldb : hsqldb jar 2.3.1
mysql : mysql-connector-java jar 5.1.29
com.google.guava : guava jar 17.0
commons-configuration : commons-configuration jar 1.9

Модули Проекта

Данный проект не имеет модулей.

Mango: Distributed ORM Framework for Java

Build Status Coverage Status License

Fast, simple, reliable. Mango is a high-performance Distributed ORM Framework. Mango makes it easier to use a relational database with object-oriented applications. Performance and Simplicity are the biggest advantage of the Mango data mapper over object relational mapping tools. In our payment system, we use mango to build a distributed payment order system that can handle 120000+ payment order per second.

Documentation is at http://mango.jfaster.org/

Requires JDK 1.8 or higher.

Latest release

The most recent release is Mango 2.0.1, released Jul 14, 2020.

To add a dependency on Mango using Maven, use the following:

<dependency>
    <groupId>org.jfaster</groupId>
    <artifactId>mango</artifactId>
    <version>2.0.1</version>
</dependency>

To add a dependency using Gradle:

dependencies {
    compile 'org.jfaster:mango:2.0.1'
}

JMH Benchmarks

Microbenchmarks were created to isolate and measure the overhead of ORM framework using the JMH microbenchmark framework developed by the Oracle JVM performance team. You can checkout the Mango benchmark project for details and review/run the benchmarks yourself.

  • Jdbc means using only native jdbc API, do not use any ORM frameworks.
  • One Query Cycle is defined as single select id, name, age from user where id = ?.
  • One Update Cycle is defined as single update user set age = ? where id = ?.
1 Versions: mango 1.3.5, spring-jdbc 4.0.5, mybatis 3.4.0, hsqldb 2.3.1, Java 1.7.0_25
2 Java options: -server -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms1096m -Xmx1096m
cc.concurrent

Версии библиотеки

Версия
1.06
1.05
1.04
1.03
1.02
1.01
1.0