https://github.com/j256/ormlite-android
ORMLite Android functionality used in conjunction with ormlite-core
https://github.com/j256/ormlite-android
android java orm
Last synced: 5 days ago
JSON representation
ORMLite Android functionality used in conjunction with ormlite-core
- Host: GitHub
- URL: https://github.com/j256/ormlite-android
- Owner: j256
- License: isc
- Created: 2013-03-08T16:37:44.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T17:21:41.000Z (8 months ago)
- Last Synced: 2025-04-03T02:23:19.213Z (13 days ago)
- Topics: android, java, orm
- Language: Java
- Homepage: http://ormlite.com/
- Size: 488 KB
- Stars: 1,588
- Watchers: 73
- Forks: 367
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android - ormlite-android - core. (Libraries / ORM)
- awesome-android-ui - https://github.com/j256/ormlite-android
- awesome-android-ui - https://github.com/j256/ormlite-android
README
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](https://github.com/j256/ormlite-jdbc) package instead of this
Android one.* For more background on ORMLite, see the [ormlite-core repo](https://github.com/j256/ormlite-core).
* For more information, visit the [ORMLite home page](http://ormlite.com/).
* Online documentation can be found off the home page. Here's the [getting started docs](http://ormlite.com/docs/getting-started). Here are the [code Javadocs](http://ormlite.com/javadoc/ormlite-android/).
* Browse the code on the [git repository](https://github.com/j256/ormlite-android). [](https://circleci.com/gh/j256/ormlite-android) [](https://codecov.io/github/j256/ormlite-android/) (Coverage is low because most of this needs to be tested on an Android simulator)
* Maven packages are published via [](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-android/) [](https://javadoc.io/doc/com.j256.ormlite/ormlite-android)Enjoy, Gray Watson
# Maven Configuration
Maven packages are published via [](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-android/) which includes the [ormlite-core](https://github.com/j256/ormlite-core) classes.
For JDBC usage:
``` xml
com.j256.ormlite
ormlite-android
6.0```
# ChangeLog Release Notes
The ChangeLog file comes from the ormlite-core repository. See the
[ChangeLog.txt file](https://github.com/j256/ormlite-core/blob/master/src/main/javadoc/doc-files/changelog.txt).