Beigesoft ORM library.

Beigesoft ORM library. This is simple lightweigt multiplatform (JDBC/Android) ORM library. It supports Postgresql, H2 and SQlite. Consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android. It's configurable with standard Java Properties XML files. Standard SQL queries both DML(e.g. SELECT) and DDL(e.g. CREATE) are automatically generated and could be modified/replaced by Properties XML.

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

org.beigesoft
Идентификатор

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

beige-orm
Последняя версия

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

1.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Beigesoft ORM library.
Beigesoft ORM library. This is simple lightweigt multiplatform (JDBC/Android) ORM library. It supports Postgresql, H2 and SQlite. Consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android. It's configurable with standard Java Properties XML files. Standard SQL queries both DML(e.g. SELECT) and DDL(e.g. CREATE) are automatically generated and could be modified/replaced by Properties XML.
Организация-разработчик

Организация-разработчик

Beigesoft ™

Скачать beige-orm

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.beigesoft : beige-common jar 1.1.3-SNAPSHOT
org.beigesoft : beige-settings jar 1.1.3-SNAPSHOT

test (2)

Идентификатор библиотеки Тип Версия
org.beigesoft : beige-settings test-jar 1.1.3-SNAPSHOT
junit : junit jar 4.10

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

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

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

Версия
1.1.3
1.1.2
1.1.1
1.1.0