{"id":13482700,"url":"https://github.com/j256/ormlite-android","last_synced_at":"2025-04-10T04:49:22.680Z","repository":{"id":543494,"uuid":"8655057","full_name":"j256/ormlite-android","owner":"j256","description":"ORMLite Android functionality used in conjunction with ormlite-core","archived":false,"fork":false,"pushed_at":"2024-08-14T17:21:41.000Z","size":500,"stargazers_count":1588,"open_issues_count":46,"forks_count":367,"subscribers_count":73,"default_branch":"main","last_synced_at":"2025-04-03T02:23:19.213Z","etag":null,"topics":["android","java","orm"],"latest_commit_sha":null,"homepage":"http://ormlite.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"j256","patreon":"j256"}},"created_at":"2013-03-08T16:37:44.000Z","updated_at":"2025-04-01T06:43:05.000Z","dependencies_parsed_at":"2024-11-26T15:03:41.898Z","dependency_job_id":null,"html_url":"https://github.com/j256/ormlite-android","commit_stats":{"total_commits":499,"total_committers":15,"mean_commits":"33.266666666666666","dds":"0.36673346693386777","last_synced_commit":"71373ea30e61b233676b15a335f2a55b3271a7ae"},"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j256","download_url":"https://codeload.github.com/j256/ormlite-android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161244,"owners_count":21057552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","java","orm"],"created_at":"2024-07-31T17:01:04.628Z","updated_at":"2025-04-10T04:49:22.647Z","avatar_url":"https://github.com/j256.png","language":"Java","readme":"ORMLite Android\n===============\n\nThis package provides the Android specific functionality.  The released jars for this include the [ormlite-core]\nhttps://github.com/j256/ormlite-core) package as well.  Users that are connecting to SQL databases via JDBC\nconnections should download the [ormlite-jdbc](https://github.com/j256/ormlite-jdbc) package instead of this\nAndroid one.\n\n* For more background on ORMLite, see the [ormlite-core repo](https://github.com/j256/ormlite-core).\n* For more information, visit the [ORMLite home page](http://ormlite.com/).\t\n* 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/).\n* 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)\n* 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)\n\nEnjoy, Gray Watson\n\n# Maven Configuration\n\nMaven 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.\n\nFor JDBC usage:\n\n``` xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.j256.ormlite\u003c/groupId\u003e\n\t\u003cartifactId\u003eormlite-android\u003c/artifactId\u003e\n\t\u003cversion\u003e6.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n# ChangeLog Release Notes\n\nThe ChangeLog file comes from the ormlite-core repository.  See the\n[ChangeLog.txt file](https://github.com/j256/ormlite-core/blob/master/src/main/javadoc/doc-files/changelog.txt).\n","funding_links":["https://github.com/sponsors/j256","https://patreon.com/j256"],"categories":["Java","Index","Libraries","Libs"],"sub_categories":["O/R Mapping","ORM","\u003cA NAME=\"Orm\"\u003e\u003c/A\u003eOrm"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj256%2Formlite-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj256%2Formlite-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj256%2Formlite-android/lists"}