SQLite User Forum

Hibernate SQLite dialect
Login

Hibernate SQLite dialect

(1) By Stephane (tazmanov) on 2020-03-31 09:04:43 [link] [source]

Hi there. i am a java student and i have to do a maven-hibernate java project with embedded database. i was looking to use SQLite because it´s amazing. But i was really surprised that there is no Dialect for Hibernate. I found some "exotic" dialect gits but nothing trusted. Is there a way to use SQLite in hibernate? where can i find a dialect? Thank you very much.

(2) By Gunter Hick (gunter_hick) on 2020-03-31 09:16:06 in reply to 1 [link] [source]

You are probably better off asking in maven and/or hibernate forums. This is the forum for supporting the SQLite library and C/C++ Api. Bindings for other programming langagues and IDEs are supported on theri respective forums/websites.

There may be soemone on the list who actually uses maven/hibernate too and I am sure they will chime in, but that is not the focus here. Are you sure that creating a "hibernate dialect" is not part of your assignment?

(3.1) By Stephane (tazmanov) on 2020-03-31 09:49:23 edited from 3.0 in reply to 2 [link] [source]

hi. thanks for answering. i will ask in the hibernate forum. For now i have been searching for 2 days and couldnt find out why hibernate have not made any dialect to use SQLite. So i thought that maybe SQLite have his own dialect file. That´s why i asked in this forum. And no, it´s not part of my asignment :). I will try in the hibernate forum. Thanks a lot and have a nice day !

(4.1) Originally by ddumitriu with edits by Richard Hipp (drh) on 2020-03-31 11:46:46 from 4.0 in reply to 3.1 [source]

(5) By Stephane (tazmanov) on 2020-03-31 13:33:01 in reply to 4.1 [link] [source]

thanks, i already saw those posts.