Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j256/ormlite-jdbc
ORMLite JDBC functionality that works with JDBC drivers to attach to various database types
https://github.com/j256/ormlite-jdbc
database java jdbc orm
Last synced: 6 days ago
JSON representation
ORMLite JDBC functionality that works with JDBC drivers to attach to various database types
- Host: GitHub
- URL: https://github.com/j256/ormlite-jdbc
- Owner: j256
- License: isc
- Created: 2013-03-08T16:06:34.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T03:35:11.000Z (4 months ago)
- Last Synced: 2024-12-13T03:05:08.846Z (13 days ago)
- Topics: database, java, jdbc, orm
- Language: Java
- Homepage: http://ormlite.com/
- Size: 1.07 MB
- Stars: 226
- Watchers: 24
- Forks: 100
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
ORMLite JDBC
============This package provides the JDBC specific functionality. The released jars for this include the
[ormlite-core (https://github.com/j256/ormlite-core) package as well. Android users should download the
[ormlite-android](https://github.com/j256/ormlite-android) package instead of this JDBC 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 information](http://ormlite.com/docs/getting-started).
Here are the [Javadocs for the code](http://ormlite.com/javadoc/ormlite-jdbc/).
* 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/)
* 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)Enjoy, Gray Watson
# Maven Configuration
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/) which includes the [ormlite-core](https://github.com/j256/ormlite-core) classes.
For JDBC usage:
``` xml
com.j256.ormlite
ormlite-jdbc
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).