Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T17:21:41.000Z (5 months ago)
- Last Synced: 2025-01-14T19:25:55.874Z (9 days ago)
- Topics: android, java, orm
- Language: Java
- Homepage: http://ormlite.com/
- Size: 488 KB
- Stars: 1,590
- Watchers: 74
- Forks: 367
- Open Issues: 45
-
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). [![CircleCI](https://circleci.com/gh/j256/ormlite-android.svg?style=svg)](https://circleci.com/gh/j256/ormlite-android) [![CodeCov](https://img.shields.io/codecov/c/github/j256/ormlite-android.svg)](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 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-android/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-android/) [![javadoc](https://javadoc.io/badge2/com.j256.ormlite/ormlite-android/javadoc.svg)](https://javadoc.io/doc/com.j256.ormlite/ormlite-android)Enjoy, Gray Watson
# Maven Configuration
Maven packages are published via [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-android/badge.svg?style=flat-square)](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).