Hi,
I came across many outdated Sqlite sample code while googling (either older Hibernate version or older sql dialect).
Where can I find good up-to-date samples?
thanks
Sqlite is not supported natively so the Dialects you will find might not work as expected
Better switch to Derby then?
We test Hibernate with H2, so you can try that one too.
1 Like