j256 / ormlite-jdbc

ORMLite JDBC functionality that works with JDBC drivers to attach to various database types

Home Page:http://ormlite.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 package instead of this JDBC one.

Enjoy, Gray Watson

Maven Configuration

Maven packages are published via Maven Central which includes the ormlite-core classes.

For JDBC usage:

<dependency>
	<groupId>com.j256.ormlite</groupId>
	<artifactId>ormlite-jdbc</artifactId>
	<version>6.0</version>
</dependency>

ChangeLog Release Notes

The ChangeLog file comes from the ormlite-core repository. See the ChangeLog.txt file.

About

ORMLite JDBC functionality that works with JDBC drivers to attach to various database types

http://ormlite.com/

License:ISC License


Languages

Language:Java 100.0%