b

beige-orm

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.
http://www.beigesoft.org
The Apache Software License, Version 2.0
Yury Demidenko
Files download
File Operation
beige-orm-1.1.3.jar download
beige-orm-1.1.3.pom download
beige-orm-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beigesoft</groupId>
  <artifactId>beige-orm</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.beigesoft:beige-orm:1.1.3'
Gradle Kotlin
implementation("org.beigesoft:beige-orm:1.1.3")
Scala SBT
libraryDependencies += "org.beigesoft" % "beige-orm" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.beigesoft', module='beige-orm', version='1.1.3')
)
Apache Ivy
<dependency org="org.beigesoft" name="beige-orm" rev="1.1.3" />
Leiningen
[org.beigesoft/beige-orm "1.1.3"]
Apache Buildr
'org.beigesoft:beige-orm:jar:1.1.3'