{"id":17241751,"url":"https://github.com/j256/ormlite-jdbc","last_synced_at":"2025-10-09T23:14:04.534Z","repository":{"id":547119,"uuid":"8654440","full_name":"j256/ormlite-jdbc","owner":"j256","description":"ORMLite JDBC functionality that works with JDBC drivers to attach to various database types","archived":false,"fork":false,"pushed_at":"2024-08-16T03:35:11.000Z","size":1125,"stargazers_count":230,"open_issues_count":12,"forks_count":100,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-04-09T03:12:43.075Z","etag":null,"topics":["database","java","jdbc","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:06:34.000Z","updated_at":"2025-02-21T09:57:52.000Z","dependencies_parsed_at":"2024-11-21T04:02:26.040Z","dependency_job_id":null,"html_url":"https://github.com/j256/ormlite-jdbc","commit_stats":{"total_commits":674,"total_committers":13,"mean_commits":51.84615384615385,"dds":0.3219584569732937,"last_synced_commit":"c03005aad779e35bc6174c54b6b7367a87f9491f"},"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-jdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-jdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-jdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j256%2Formlite-jdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j256","download_url":"https://codeload.github.com/j256/ormlite-jdbc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501555,"owners_count":22081528,"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":["database","java","jdbc","orm"],"created_at":"2024-10-15T06:11:08.895Z","updated_at":"2025-10-09T23:13:59.509Z","avatar_url":"https://github.com/j256.png","language":"Java","readme":"ORMLite JDBC\n============\n\nThis package provides the JDBC specific functionality.  The released jars for this include the\n[ormlite-core (https://github.com/j256/ormlite-core) package as well.  Android users should download the\n[ormlite-android](https://github.com/j256/ormlite-android) package instead of this JDBC 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 information](http://ormlite.com/docs/getting-started).\nHere are the [Javadocs for the code](http://ormlite.com/javadoc/ormlite-jdbc/).\n* Browse the code on the [git repository](https://github.com/j256/ormlite-jdbc).  [![CircleCI](https://circleci.com/gh/j256/ormlite-jdbc.svg?style=svg)](https://circleci.com/gh/j256/ormlite-jdbc) [![CodeCov](https://img.shields.io/codecov/c/github/j256/ormlite-jdbc.svg)](https://codecov.io/github/j256/ormlite-jdbc/)\n* Maven packages are published via [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-jdbc/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-jdbc/) [![javadoc](https://javadoc.io/badge2/com.j256.ormlite/ormlite-jdbc/javadoc.svg)](https://javadoc.io/doc/com.j256.ormlite/ormlite-jdbc)\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-jdbc/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/com.j256.ormlite/ormlite-jdbc/) 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-jdbc\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":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj256%2Formlite-jdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj256%2Formlite-jdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj256%2Formlite-jdbc/lists"}