License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-orm |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft 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 OrganizationBeigesoft ™ |
Filename | Size |
---|---|
beige-orm-1.1.3.pom | |
beige-orm-1.1.3.jar | 88 KB |
beige-orm-1.1.3-tests.jar | 37 KB |
beige-orm-1.1.3-sources.jar | 76 KB |
beige-orm-1.1.3-javadoc.jar | 187 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-common | jar | 1.1.3-SNAPSHOT |
org.beigesoft : beige-settings | jar | 1.1.3-SNAPSHOT |
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-settings | test-jar | 1.1.3-SNAPSHOT |
junit : junit | jar | 4.10 |