SQLite dialect for Hibernate


License

License

Categories

Categories

SQLite Data Databases
GroupId

GroupId

com.github.gwenn
ArtifactId

ArtifactId

sqlite-dialect
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

SQLite dialect for Hibernate
SQLite dialect for Hibernate
Project URL

Project URL

https://github.com/gwenn/sqlite-dialect
Source Code Management

Source Code Management

https://github.com/gwenn/sqlite-dialect

Download sqlite-dialect

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/ -->
<dependency>
    <groupId>com.github.gwenn</groupId>
    <artifactId>sqlite-dialect</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/
implementation 'com.github.gwenn:sqlite-dialect:0.1.2'
// https://jarcasting.com/artifacts/com.github.gwenn/sqlite-dialect/
implementation ("com.github.gwenn:sqlite-dialect:0.1.2")
'com.github.gwenn:sqlite-dialect:jar:0.1.2'
<dependency org="com.github.gwenn" name="sqlite-dialect" rev="0.1.2">
  <artifact name="sqlite-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwenn', module='sqlite-dialect', version='0.1.2')
)
libraryDependencies += "com.github.gwenn" % "sqlite-dialect" % "0.1.2"
[com.github.gwenn/sqlite-dialect "0.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 5.2.12.Final

Project Modules

There are no modules declared in this project.

Hibernate dialect for SQLite inspired from the NHibernate one.

Build Status Maven Central Javadocs

First posted on 14 Mar 23:08 2008

Versions

Version
0.1.2
0.1.1
0.1.0