OrmLite

General

Category
Free
Tag
ORM
License
ISC License (ISC)
Registered
Jul 5, 2014
Favorites
3
Link
https://github.com/j256/ormlite-android
See also
Sprinkles
droitatedDB
RapidORM
Sabres
Android-TriOrm

Additional

Language
Java
Version
ormlite-android-6.1 (Dec 21, 2021)
Created
Mar 8, 2013
Updated
Mar 9, 2023
Owner
Gray (j256)
Contributors
Alex Yanchenko (yanchenko)
Shaw (WonShaw)
Mike Burton (emmby)
Viacheslav Blinov (dant3)
Vladimír Domes (vladad)
Gray (j256)
Nathan Crouther (NCrouther)
Yuriy Blinov (yuriy-blinov)
Sander Derks (sanderderks)
9
Activity
Badge
Generate
Download
Source code

ORMLite Android

This package provides the Android specific functionality. The released jars for this include the [ormlite-core] https://github.com/j256/ormlite-core) package as well. Users that are connecting to SQL databases via JDBC connections should download the ormlite-jdbc package instead of this Android one.

Enjoy, Gray Watson

Maven Configuration

Maven packages are published via which includes the ormlite-core classes.

For JDBC usage:

<dependency>
 <groupId>com.j256.ormlite</groupId>
 <artifactId>ormlite-android</artifactId>
 <version>6.0</version>
</dependency>

ChangeLog Release Notes

The ChangeLog file comes from the ormlite-core repository. See the ChangeLog.txt file.