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.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.beigesoft
ArtifactId

ArtifactId

beige-orm
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Beigesoft ™

Download beige-orm

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.beigesoft : beige-common jar 1.1.3-SNAPSHOT
org.beigesoft : beige-settings jar 1.1.3-SNAPSHOT

test (2)

Group / Artifact Type Version
org.beigesoft : beige-settings test-jar 1.1.3-SNAPSHOT
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0